Interface Summary | |
---|---|
ExceptionWrapper | Interface implemented by exceptions that can contain nested exceptions. |
Class Summary | |
---|---|
ExceptionUnwrapper | Unwraps nested exceptions by calling the getCause method for exceptions that implement the ExceptionWrapper interface. |
FastInputStream | A replacement for ByteArrayInputStream that does not synchronize every byte read. |
FastOutputStream | A replacement for ByteArrayOutputStream that does not synchronize every byte read. |
IOExceptionWrapper | An IOException that can contain nested exceptions. |
PackedInteger | Static methods for reading and writing packed integers. |
RuntimeExceptionWrapper | A RuntimeException that can contain nested exceptions. |
UtfOps | UTF operations with more flexibility than is provided by DataInput and DataOutput. |