Inheritance diagram for ISeekable:
Public Types | |
enum | SeekAnchor { Begin = 0, Current = 1, End = 2 } |
Public Member Functions | |
long | getPosition () |
long | seek (long offset) |
long | seek (long offset, SeekAnchor anchor) |
Definition at line 510 of file IConduit.d.
|
The anchor positions supported by ISeekable Definition at line 518 of file IConduit.d. |
|
Return the current conduit position (such as file position) Reimplemented in FileConduit. |
|
Move the file position to the given offset (from the conduit start) and return the adjusted position. Reimplemented in FileConduit. |
|
Move the file position to the given offset from the provided anchor point, and return the adjusted position. |