Class | Description |
---|---|
Diff |
This needs to be here so that it can be accessed by FilerImpl
|
ExceptionUtil |
Utility methods for dealing with exceptions/throwables
|
FilerImpl |
This implementation of Filer writes to disk.
|
HexBin |
This class encodes/decodes hexadecimal data.
|
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 |
Annotation Type | Description |
---|---|
SuppressForbidden |
Marking class for elements to be ignored by the forbidden apis check
|