ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BufferedRandomAccessFile Class / length Method

In This Topic
    length Method (BufferedRandomAccessFile)
    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.
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also