ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace
Inheritance Hierarchy
In This Topic
    CSJ2K.j2k.io Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThis class defines a Buffered Random Access File, where all I/O is considered to be big-endian. It extends the BufferedRandomAccessFile class.
    Class 
    Interfaces
     InterfaceDescription
    InterfaceThis interface defines the input of binary data from streams and/or files.

    Byte level input (i.e., for byte, int, long, float, etc.) should always be byte aligned. For example, a request to read an int should always realign the input at the byte level.

    The implementation of this interface should clearly define if multi-byte input data is read in little- or big-endian byte ordering (least significant byte first or most significant byte first, respectively).

    Interface 
    Interface 
    InterfaceThis abstract class defines the interface to perform random access I/O. It implements the BinaryDataInput and BinaryDataOutput interfaces so that binary data input/output can be performed.

    This interface supports streams of up to 2 GB in length.

    Structures
     StructureDescription
    Structure 
    See Also