ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / ByteOutputBuffer Class / ByteOutputBuffer Constructor / ByteOutputBuffer Constructor()

In This Topic
    ByteOutputBuffer Constructor()
    In This Topic
    Creates a new byte array output stream. The buffer capacity is initially BUF_DEF_LEN bytes, though its size increases if necessary.
    Syntax
    'Declaration
     
    
    Public Function New()
    public ByteOutputBuffer()
    See Also