[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.length

length Method

length()

Returns the length of the stream. This will cause all the data to be read. This method will block until all the data is read, which can be lengthy across the network.

Declaration
public virtual int length()
Returns
Type Description
int

The length of the stream, in bytes.

Implements