[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.ByteOutputBuffer.-ctor

ByteOutputBuffer Constructor

ByteOutputBuffer()

Creates a new byte array output stream. The buffer capacity is initially BUF_DEF_LEN bytes, though its size increases if necessary.

Declaration
public ByteOutputBuffer()

ByteOutputBuffer(int)

Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.

Declaration
public ByteOutputBuffer(int size)
Parameters
Type Name Description
int size

the initial size.