Package ca.idms.io

Services for formatted input and output.

See:
          Description

Interface Summary
Native Classes that implement the Native interface model native control blocks and provide methods to read and write their contents to buffered native data input and output streams.
NativeMessage The NativeMessage interface defines methods to access status and error messages returned by the server.
Trace Classes that implement the Trace interface provide methods to display message and member variables in a debugging output stream.
TraceOutput Classes that implement the TraceOutput interface encapsulate the trace output stream.
 

Class Summary
AbstractTraceOutput This class provides common behavior for classes that implement the TraceOutput interface used for trace and logging infomation.
FloatConverter Converter class for IEEE BFP and IBM HFP.
FloDataInputStream FloDataOutputStream reads floating point types in the format native to the IBM S390 (370) architecture.
FloDataOutputStream FloDataOutputStream writes floating point types in the format native to the IBM S390 (370) architecture.
LocaleMessage Formats language independent messages.
LoDataInputStream LoDataInputStream reads numeric types in the low byte first ordering native to the Intel X86 architecture.
LoDataOutputStream LoDataOutputStream writes numeric types in the low byte first ordering native to the Intel X86 architecture.
NativeBase Base class for the implementations of Native objects.
NativeBuffer A NativeBuffer is used to pass a data buffer between NativeDataInput and NativeDataOutput streams.
NativeCodePage This class supports the Country Extended Code Table feature.
NativeDataInputStream A NativeDataInputStream reads "native" data from a buffered input stream.
NativeDataOutputStream A NativeDataOutputStream writes "native" data to a buffered output stream.
NativeFormat Specifies native data formats.
NativeObject Provides a default implementation of the Native interface.
TraceBufferInputStream A TraceBufferInputStream extends ByteArrayInputStream to provide tracing and buffering of an underlying InputStream.
TraceBufferOutputStream A TraceBufferOutputStream extends ByteArrayOutputStream to provide tracing and buffering of an underlying OutputStream.
TraceObject This serves as a general base class and provides some basic debugging routines to print trace information and display the contents of class variables.
TraceStream Encapsulates a PrintStream in a TraceOutput implementation.
TraceWriter Encapsulates a PrintWriter in a TraceOutput implementation.
UnicodeDataInputStream A UnicodeDataInputStream read data in "network" format using Unicode.
UnicodeDataOutputStream A UnicodeDataOutputStream writes data in "network" format using Unicode.
UnicodeFormat Specifies formats of network data types using Unicode.
UtfDataInputStream A UtfDataInputStream reads data in "network" format using UTF-8.
UtfDataOutputStream A UtfDataOutputStream writes data in "network" format using UTF-8.
UtfFormat Specifies formats of network data types using UTF-8.
 

Exception Summary
DataTruncationException Thrown when data is truncated during conversion.
DecimalFormatException Thrown when an attempt is made to convert invalid packed or zoned decimal data.
 

Package ca.idms.io Description

Services for formatted input and output. This package includes classes that provide conversion between the internal Java and native data representations, trace and "snap" methods for debugging, and basic log file support. These services do not depend on data or protocols unique to CA IDMS.



Copyright © 2009 CA, All rights reserved