[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.readShort

readShort Method

readShort()

Reads a signed short (i.e. 16 bit) from the input. Prior to reading, the input should be realigned at the byte level.

Declaration
public override short readShort()
Returns
Type Description
short

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

Overrides
Implements