[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readShort

readShort Method

readShort()

Reads a signed short (16 bit) from the input.

Declaration
public virtual short readShort()
Returns
Type Description
short

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

Implements