See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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.
|
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) 2017 Software AG. All Rights Reserved.