ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / ByteOutputBuffer Class / getByte Method
The position of the byte to return

In This Topic
    getByte Method (ByteOutputBuffer)
    In This Topic
    Returns the byte buffered at the given position in the buffer. The position in the buffer is the index of the 'write()' method call after the last call to 'reset()'.
    Syntax
    'Declaration
     
    
    Public Overridable Function getByte( _
       ByVal pos As Integer _
    ) As Integer
    public virtual int getByte( 
       int pos
    )

    Parameters

    pos
    The position of the byte to return

    Return Value

    The value (betweeb 0-255) of the byte at position 'pos'.
    See Also