ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BinaryDataOutput Interface
Properties Methods

In This Topic
    BinaryDataOutput Interface Members
    In This Topic

    The following tables list the members exposed by BinaryDataOutput.

    Public Properties
     NameDescription
     PropertyReturns the endianness (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 creatiuon time.  
    Top
    Public Methods
     NameDescription
     MethodAny data that has been buffered must be written, and the stream should be realigned at the byte level.  
     Method  
     MethodShould write the IEEE double value v (i.e., 64 bits) to the output. Prior to writing, the output should be realigned at the byte level.  
     MethodShould write the IEEE float value v (i.e., 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.  
     MethodShould write the int value of v (i.e., the 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.  
     MethodShould write the long value of v (i.e., the 64 bits) to the output. Prior to writing, the output should be realigned at the byte level.  
     Method  
    Top
    See Also