Overview | Methods | This Package | All Packages
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.