ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / length Method

In This Topic
    length Method (BEBufferedRandomAccessFile)
    In This Topic
    Returns the current length of the stream, in bytes, taking into account any buffering.
    Syntax
    'Declaration
     
    
    Public Overridable Function length() As Integer
    public virtual int length()

    Return Value

    The length of the stream, in bytes.
    See Also