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


In This Topic
    BufferedRandomAccessFile Class Members
    In This Topic

    The following tables list the members exposed by BufferedRandomAccessFile.

    Public Properties
     NameDescription
    Public PropertyReturns the endianess (i.e., byte ordering) of the implementing class. Note that an implementing class may implement only one type of endianness or both, which would be decided at creation time.  
    Public PropertyReturns the current offset in the file  
    Top
    Public Methods
     NameDescription
    Public MethodCloses the buffered random access file  
    Public MethodAny data that has been buffered must be written (including buffering at the bit level), and the stream should be realigned at the byte level.  
    Public MethodReturns the current length of the stream, in bytes, taking into account any buffering.  
    Public Method  
    Public MethodReads an unsigned byte of data from the stream. Prior to reading, the stream is realigned at the byte level.  
    Public Method  
    Public Method  
    Public MethodReads up to len bytes of data from this file into an array of bytes. This method reads repeatedly from the stream until all the bytes are read. This method blocks until all the bytes are read, the end of the stream is detected, or an exception is thrown.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodMoves 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.  
    Public MethodSkips n bytes from the input. Prior to skipping, the input should be realigned at the byte level.  
    Public MethodReturns a string of information about the file  
    Public MethodOverloaded. Writes a byte to the stream. Prior to writing, the stream is realigned at the byte level.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Top
    See Also