| Package | Description |
|---|---|
| asia.redact.bracket.properties.io |
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiOutputFormat
Compatibility format for simulating java.util.Properties output by encoding
characters above ASCII 127 with escapes.
|
class |
HeaderFooterOutputFormat
An augmented format for properties output.
|
class |
PlainOutputFormat
Really simple, no frills output similar to legacy.
|
class |
XMLOutputFormat
Re-implementation of the legacy DTD to at least provide ordering and add CDATA
blocks when required.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputAdapter.writeAsciiTo(File file,
OutputFormat format)
This is specifically intended for compatibility with java.util.Properties, which outputs in ISO-8859-1 (US-ASCII)
Use AsciiOutputFormat to get unicode escapes or an output format with similar filtering, as escapes are required
for compatibility.
|
void |
OutputAdapter.writeTo(File file,
OutputFormat format,
Charset charset)
Use to control the format of the output to a file.
|
void |
OutputAdapter.writeTo(OutputStream out,
OutputFormat format,
Charset charset)
Use to control the format of the output to a stream.
|
void |
RandomAccessFileOutputAdapter.writeTo(RandomAccessFile file,
OutputFormat format)
Write it out.
|
void |
OutputAdapter.writeTo(Writer writer,
OutputFormat format) |
Copyright © 2011–2016 David R. Smith. All rights reserved.