ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BufferedRandomAccessFile Class / seek Method
The offset where to move to.

In This Topic
    seek Method (BufferedRandomAccessFile)
    In This Topic
    Moves the current position to the given offset at which the next read or write occurs. The offset is measured from the beginning of the stream.
    Syntax
    'Declaration
     
    
    Public Overridable Sub seek( _
       ByVal off As Integer _
    ) 
    public virtual void seek( 
       int off
    )

    Parameters

    off
    The offset where to move to.
    Exceptions
    ExceptionDescription
    If in read-only and seeking beyond EOF.
    If an I/O error ocurred.
    See Also