[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.length

length Method

length()

Returns the current length of the stream, in bytes, taking into account any buffering.

Declaration
public virtual int length()
Public Overridable Function length() As Integer
Returns
Type Description
int

The length of the stream, in bytes.

Implements