[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.writer.CodestreamWriter.MaxAvailableBytes

MaxAvailableBytes Property

MaxAvailableBytes

Returns the number of bytes remaining available in the codestream. 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 abstract int MaxAvailableBytes { get; }
Property Value
Type Description
int

The number of bytes remaining available in the bit stream.