ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / BitOutputBuffer Class
Fields Properties Methods


In This Topic
    BitOutputBuffer Class Members
    In This Topic

    The following tables list the members exposed by BitOutputBuffer.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new BitOutputBuffer width a buffer of length 'SZ_INIT'.  
    Top
    Public Fields
     NameDescription
    Public FieldThe increment size for the buffer, 16 bytes. This is the number of bytes that are added to the buffer each time it is needed to enlarge it.  
    Public FieldThe initial size for the buffer, 32 bytes.  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public MethodResets the buffer. This rewinds the current position to the start of the buffer and sets all tha data to 0. Note that no new buffer is allocated, so this will affect any data that was returned by the 'getBuffer()' method.  
    Public MethodReturns the byte buffer data in a new array. This is a copy of the internal byte buffer. If 'data' is non-null it is used to return the data. This array should be large enough to contain all the data, otherwise a IndexOutOfBoundsException is thrown by the Java system. The number of elements returned is what 'getLength()' returns.  
    Public MethodPrints information about this object for debugging purposes  
    Public Method  
    Public Method  
    Top
    See Also