| Interface | Description |
|---|---|
| BinaryOutput | |
| CharEncoder |
A char encoder that encodes chars to a suite of bytes.
|
| TextEncoder |
A text encoder that encodes text to an output stream.
|
| Class | Description |
|---|---|
| AbstractSerializablePageList<E> |
This class defines the common functionalities for the serializable subclasses of
PageList. |
| BufferingOutputStream |
A stream that maintains a buffer and flush it on a delegate output stream when it is filled.
|
| ByteArrayOutput | |
| CharsetCharEncoder |
An implementation of a char encoder that is stateless and is based on a specified charset.
|
| CharsetTextEncoder |
A stateless encoder that use a char encoder for performing the encoding task.
|
| CompositeReader | |
| EmptySerializablePageList<E> | |
| GrowingOutputStream | |
| HTMLEntityEncoder |
This encoder provides a few methods to encode the String to its HTML entity representation.
|
| I18N |
Various I18N utility methods.
|
| ListAccessImpl<E> | |
| OutputStreamPrinter |
An extension of
Printer that encodes the text with a provided encoder and sends the resulting bytes on an
OutputStream. |
| PageListAccess<E,S> | |
| Printer |
Extend the writer class by providing various method for printing text.
|
| PropertyResolverReader | |
| Queues |
A LIFO stack implementing the
Queue interface backed by an array. |
| Safe |
A class that contains utility method that make the caller not worry much about the unexpectable expected such as argument
nullity or the control flow due to exceptions.
|
| SerializablePageList<E> | |
| Spliterator |
An iterator that splits a string into chunks without requiring to allocate an array to hold the various chunks of the
splitted string.
|
| StatelessPageList<E> | |
| TableCharEncoder |
A char encoder that use a table to cache the result produced by a delegate char encoder.
|
| Text |
Represents text that can have several internal representations in order to minimize serialization when it is possible.
|
| WriterPrinter |
| Enum | Description |
|---|---|
| IOFailureFlow |
Enumerates the behavior that a joinpoint can have uppon an i/o exception instead of just letting the exception happen.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.