|
Class Summary |
| AccessorMethodGetter |
|
| AccessorMethodSetter |
Use the java Reflection API to set values on a given instance of a class |
| AsciiToNativeFilterReader |
This FilterReader class processes a sequence of characters from
a source stream containing a mixture of 7-bit ASCII data and
'back-tick U' escaped sequences representing characters which have
the possibility of being encoded in a user specified encoding
The filter relies on knowing the target encoding and makes a
determination as to whether a given supplied character in its
source character stream can be encoded in the target encoding. |
| CustomKeyWrapper |
|
| Encodings |
|
| NativeToAsciiFilter |
Assuming the output is to be understood as ASCII, encode out internal java bytes above 127 as unicode escapes like \\uXXXX. |
| NativeToAsciiFilterWriter |
Rework of the Sun open source code - write UTF escapes for higher than ASCII characters. |