Uses of Class
ca.idms.io.NativeDataInputStream

Packages that use NativeDataInputStream
ca.idms.io Services for formatted input and output. 
ca.idms.xa IDMS XA client interface objects. 
 

Uses of NativeDataInputStream in ca.idms.io
 

Subclasses of NativeDataInputStream in ca.idms.io
 class FloDataInputStream
          FloDataOutputStream reads floating point types in the format native to the IBM S390 (370) architecture.
 class LoDataInputStream
          LoDataInputStream reads numeric types in the low byte first ordering native to the Intel X86 architecture.
 class UnicodeDataInputStream
          A UnicodeDataInputStream read data in "network" format using Unicode.
 class UtfDataInputStream
          A UtfDataInputStream reads data in "network" format using UTF-8.
 

Methods in ca.idms.io that return NativeDataInputStream
 NativeDataInputStream UtfFormat.getDataInput(TraceBufferInputStream in)
          Creates an input filter stream to read network data.
 NativeDataInputStream UnicodeFormat.getDataInput(TraceBufferInputStream in)
          Creates an input filter stream to read network data.
 NativeDataInputStream NativeFormat.getDataInput(TraceBufferInputStream in)
          Creates an input filter stream that reads numeric data as specified for this NativeFormat.
 

Methods in ca.idms.io with parameters of type NativeDataInputStream
 boolean NativeObject.readBuffer(NativeDataInputStream in)
          Conditionally reads the buffer from a stream.
 boolean NativeBase.readBuffer(NativeDataInputStream in)
          Conditionally reads bytes from a stream.
 void NativeObject.readNative(NativeDataInputStream in)
          Reads the object from a stream in native format.
 void NativeBuffer.readNative(NativeDataInputStream in)
          Gets the internal buffer from the input stream buffer.
 void Native.readNative(NativeDataInputStream in)
          Reads the object from a stream in native format.
 

Uses of NativeDataInputStream in ca.idms.xa
 

Methods in ca.idms.xa with parameters of type NativeDataInputStream
 void IdmsXid.readNative(NativeDataInputStream in)
          Reads data from an input stream, interpreted as an XID.
 



Copyright © 2009 CA, All rights reserved