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

In This Topic
    ByteInputBuffer Class
    In This Topic
    This class provides a byte input facility from byte buffers. It is similar to the ByteArrayInputStream class, but adds the possibility to add data to the stream after the creation of the object.

    Unlike the ByteArrayInputStream this class is not thread safe (i.e. no two threads can use the same object at the same time, but different objects may be used in different threads).

    This class can modify the contents of the buffer given to the constructor, when the addByteArray() method is called.

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

    System.Object
       CSJ2K.j2k.entropy.decoder.ByteInputBuffer

    See Also