| Interface | Description |
|---|---|
| OutputFormat |
The format interface.
|
| Class | Description |
|---|---|
| AsciiOutputFormat |
Compatibility format for simulating java.util.Properties output by encoding
characters above ASCII 127 with escapes.
|
| AsciiToNativeFilter | |
| AsciiToNativeFilterReader |
Rework of the Sun open source code - read higher than ASCII characters
and convert them into UTF-8
|
| BracketPropertiesSAXHandler | |
| HeaderFooterOutputFormat |
An augmented format for properties output.
|
| InputAdapter |
Adapter for reading properties files.
|
| NativeToAsciiFilter | |
| NativeToAsciiFilterWriter |
Rework of the Sun open source code - write UTF escapes for higher than ASCII characters.
|
| OutputAdapter |
Output the properties to various data sinks and in various charsets and formats.
|
| PlainOutputFormat |
Really simple, no frills output similar to legacy Properties.
|
| RandomAccessFileOutputAdapter |
Joins an OutputFormatter with a file to output.
|
| XMLOutputFormat |
Re-implementation of the legacy DTD to at least provide ordering and add CDATA
blocks when required.
|
Copyright © 2011–2018 David R. Smith. All rights reserved.