Inheritance diagram for ISeekable:
Public Types | |
enum | SeekAnchor { Begin = 0, Current = 1, End = 2 } |
Public Member Functions | |
ulong | getPosition () |
ulong | seek (ulong offset, SeekAnchor anchor=SeekAnchor.Begin) |
Definition at line 287 of file IConduit.d.
|
The anchor positions supported by ISeekable Definition at line 295 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 provided anchor point, and return the adjusted position. Referenced by FileBucket::Record::createBucket(), FileConduit::getPosition(), FileConduit::length(), FileBucket::Record::read(), FileBucket::this(), and FileBucket::Record::write(). |