ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / ByteOutputBuffer Class
Fields Methods


In This Topic
    ByteOutputBuffer Class Members
    In This Topic

    The following tables list the members exposed by ByteOutputBuffer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe default initial buffer size  
    Public FieldThe buffer increase size  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the byte buffered at the given position in the buffer. The position in the buffer is the index of the 'write()' method call after the last call to 'reset()'.  
    Public MethodDiscards all the buffered data, by resetting the counter of written bytes to 0.  
    Public MethodReturns the number of valid bytes in the output buffer (count class variable).  
    Public MethodCopies the specified part of the stream to the 'outbuf' byte array.  
    Public MethodWrites the specified byte to this byte array output stream. The functionality provided by this implementation is the same as for the one in the superclass, however this method is not synchronized and therefore not safe thread, but faster.  
    Top
    See Also