InputStream

Interface for custom file input streams.

Members

Functions

getSize
long getSize()

Return the size of the stream.

read
long read(void[] data)

Read data from the stream.

seek
long seek(long position)

Change the current reading position.

tell
long tell()

Get the current reading position in the stream.

Meta