ISeekableInputStream#
Represents an input stream with updating reading position.
Header: | #include <AUI/IO/ISeekableInputStream.h> |
CMake: | aui_link(my_target PUBLIC aui::core) |
Public Methods#
fileSize#
return size of the stream
- Returns
- size of the stream
isEof#
returns true if end of stream has been reached
- Returns
- true if end of stream has been reached
Examples#
examples/7guis/cells/src/Tokens.cpp
7GUIs Cells - Spreadsheet processor (Excel).
seek#
change reading position, a way of changing depends on seekDir parameter
tell#
return current reading position
- Returns
- current reading pos