IByteStream.getPosition

Overview | Methods | This Package | All Packages

IByteStream.getPosition

Retrieves the current position of this stream.

Syntax

public long getPosition()

Return Value

Returns the current position of the stream.

Exceptions

IOException thrown if an I/O error occurs or if the stream does not support positioning.

See Also   setPosition