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

In This Topic
    ByteInputBuffer Property
    In This Topic
    Returns the underlying 'ByteInputBuffer' from where the MQ coded input bytes are read.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ByteInputBuffer As ByteInputBuffer
    public virtual ByteInputBuffer ByteInputBuffer {get;}

    Property Value

    The underlying ByteInputBuffer.
    See Also