ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / 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