ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.decoders Namespace / ArithmeticDecoder Class / decodeBit Method

In This Topic
    decodeBit Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function decodeBit( _
       ByVal context As Long, _
       ByVal stats As ArithmeticDecoderStats _
    ) As Integer
    public virtual int decodeBit( 
       long context,
       ArithmeticDecoderStats stats
    )

    Parameters

    context
    stats
    See Also