Method GetFilePointer
GetFilePointer()
Returns the current position in this file, where the next read will occur.
Declaration
public abstract long GetFilePointer()
Returns
Type | Description |
---|---|
System.Int64 |
See Also
Seek(System.Int64)