| Class | Description |
|---|---|
| Diff |
This needs to be here so that it can be accessed by FilerImpl
|
| FilerImpl |
This implementation of Filer writes to disk.
|
| HexBin |
format validation
|
| LongUTFDataInputStream |
This class works around the size limitation of UTF strings (< 64kb) of DataInputStream
and needs to be used with LongUTFDataOutputStream
|
| LongUTFDataOutputStream |
This class works around the size limitation of UTF strings (< 64kb) of DataOutputStream
and needs to be used with LongUTFDataInputStream
|
| XsTypeConverter |