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

In This Topic
    ByteToBitInput Constructor
    In This Topic
    Instantiates a new 'ByteToBitInput' object that uses 'in' as the underlying byte based input.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal in_Renamed As ByteInputBuffer _
    )
    public ByteToBitInput( 
       ByteInputBuffer in_Renamed
    )

    Parameters

    in_Renamed
    See Also