ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / ByteOutputBuffer Class / size Method

In This Topic
    size Method (ByteOutputBuffer)
    In This Topic
    Returns the number of valid bytes in the output buffer (count class variable).
    Syntax
    'Declaration
     
    
    Public Overridable Function size() As Integer
    public virtual int size()

    Return Value

    The number of bytes written to the buffer
    See Also