[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.writer.FileCodestreamWriter.MaxAvailableBytes

MaxAvailableBytes Property

MaxAvailableBytes

Returns the number of bytes remaining available in the bit stream. This is the maximum allowed number of bytes minus the number of bytes that have already been written to the bit stream. If more bytes have been written to the bit stream than the maximum number of allowed bytes, then a negative value is returned.

Declaration
public override int MaxAvailableBytes { get; }
Property Value
Type Description
int

The number of bytes remaining available in the bit stream.

Overrides