ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BinaryDataInput Interface
Members

In This Topic
    BinaryDataInput Interface
    In This Topic
    This 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).

    Object Model
    BinaryDataInput Interface
    Syntax
    'Declaration
     
    
    Public Interface BinaryDataInput 
    public interface BinaryDataInput 
    See Also