[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readUnsignedShort

readUnsignedShort Method

readUnsignedShort()

Reads an unsigned short (16 bit) from the input.

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

The next byte-aligned unsigned short (16 bit) from the input.

Implements