BufferedStream.getLength

Overview | Methods | This Package | All Packages

BufferedStream.getLength

Retrieves the length of the stream in bytes.

Syntax

public long getLength()

Return Value

Returns the length of the stream.

Remarks

The default implementation raises an IOException, but a subclass can override this method to provide the appropriate functionality.