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]