| Interface | Description |
|---|---|
| OutputFormat |
You can implement custom output formats using this interface and OutputAdapter.writeTo(Writer, OutputFormat);
|
| Class | Description |
|---|---|
| AsciiOutputFormat |
Compatibility format for simulating java.util.Properties output by encoding
characters above ASCII 127 with escapes.
|
| AsciiToNativeFilter | |
| AsciiToNativeFilterReader | |
| BracketPropertiesSAXHandler | |
| HeaderFooterOutputFormat |
An augmented format for properties output.
|
| InputAdapter | |
| 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.
|
| 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–2016 David R. Smith. All rights reserved.