| Interface | Description |
|---|---|
| ByteArrayWriter |
Writers output raw byte arrays.
|
| Class | Description |
|---|---|
| BufferedWriterDecorator |
Decorator to buffer output data for any
ByteArrayWriter implementation. |
| CharsetAdjustmentWriterDecorator |
Wrapper for skipping charset headers (for example BOM for UTF-16).
|
| LockedRandomAccessFileWriter |
Wrapper for using a
RandomAccessFile as writer. |
| RandomAccessFileWriter |
Wrapper for using a
RandomAccessFile as writer. |
| SynchronizedWriterDecorator |
Thread-safe decorator for any
ByteArrayWriter implementation. |
Copyright © 2022. All rights reserved.