|
Class Summary |
| AbstractInputStream |
This class can be used as a base class for buffer input stream
implementations. |
| BufferSource |
A StorageBuffer list. |
| HexPrintStream |
This filter stream is used to write binary data out as formatted hex digits
in one of four formats. |
| ListInputStream |
This implementation of org.omg.CORBA_2_3.portable.InputStream uses a list
as it's backing store. |
| ListOutputStream |
This implementation of org.omg.CORBA_2_3.portable.InputStream uses a list
as it's backing store. |
| ListOutputStream.ArrayBlock |
Arrays of primative types are stored in the list within one of these
classes. |
| MarshalBuffer |
MarshalBuffers serve as a sink for data to be marshaled into. |
| StorageBuffer |
A storage buffer holds binary data for further processing. |
| StreamHelper |
Utility class for copying the contents of an input stream to an output
stream, given a typecode for the contained data. |
| TypeCodeStreamableValue |
This class masquarades as the valuetype passed to it in a typecode. |
| TypeCodeValueBoxHelper |
This helper class can be passed to streams to extract and insert
value box types as anys. |