Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 349 Bytes

File metadata and controls

13 lines (9 loc) · 349 Bytes

openize.io.IOSeekMode

Specifies the position in a stream to use for seeking.

Enumeration

Name Description
BEGIN Specifies the beginning of a stream.
CURRENT Specifies the current position within a stream.
END Specifies the end of a stream.

[Back to API_README]