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

In This Topic
    ByteOutputBuffer Constructor(Int32)
    In This Topic
    Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal size As Integer _
    )
    public ByteOutputBuffer( 
       int size
    )

    Parameters

    size
    the initial size.
    See Also