Package com.softwareag.tamino.db.api.io

Provides classes and interfaces for basic stream handling.

See:
          Description

Interface Summary
TInputStreamCloseListener The TInputStreamCloseListener defines the interface for the notification of an TInputStream.close().
TStreamable TStreamable defines operations for the reading from and writing to streams.
TXMLStreamable TXMLStreamable defines operations for the reading from and writing to streams/readers and writers with XML content.
 

Class Summary
TBufferedByteArrayInputStream A TBufferedByteArrayInputStream buffers the whole content of the given InputStream.
TBufferedReader A TBufferedReader buffers the whole content of the given Reader.
TInputStream TInputStream represents a Tamino specific InputStream.
TOutputStreamWriter TOutputStreamWriter serves as a bridge to a byte oriented output stream.
TStreamHeader TStreamHeader is an associative container for key/value pairs each of which can describe meta information of the stream this header is associated with.
TXMLPredefinedEntitiesMapper The TXMLPredefinedEntitiesMapper mapps special characters to their Entity Reference.
 

Exception Summary
TStreamReadException TStreamReadException is the general exception that should be thrown when problems reading a stream occur.
TStreamWriteException TStreamWriteException is the general exception that should be thrown when problems writing a stream occur.
 

Package com.softwareag.tamino.db.api.io Description

Provides classes and interfaces for basic stream handling.

This package contains the TStreamable interface providing oprations to read and write streams. This functionality is available for all XML and non-XML documents.



Copyright (c) 2013 Software AG. All Rights Reserved.