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

In This Topic
    ByteOutputBuffer Class
    In This Topic
    This class provides a buffering output stream similar to ByteArrayOutputStream, with some additional methods.

    Once an array has been written to an output stream or to a byte array, the object can be reused as a new stream if the reset() method is called.

    Unlike the ByteArrayOutputStream class, this class is not thread safe.

    Object Model
    ByteOutputBuffer Class
    Syntax
    'Declaration
     
    
    Public Class ByteOutputBuffer 
    public class ByteOutputBuffer 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.entropy.encoder.ByteOutputBuffer

    See Also