InputStream.tell

Get the current reading position in the stream.

interface InputStream
long
tell
()

Return Value

Type: long

The current position, or -1 on error.

Meta