| Interface | Description |
|---|---|
| DropBox.Reporter |
Interface to allow customization of reporting behavior.
|
| EventLogger.Reporter |
Interface to allow customization of reporting behavior.
|
| Os |
| Class | Description |
|---|---|
| AsynchronousCloseMonitor | |
| Base64 |
Perform encoding and decoding of Base64 byte arrays as described in
http://www.ietf.org/rfc/rfc2045.txt
|
| BlockGuardOs |
Informs BlockGuard of any activity it should be aware of.
|
| BufferIterator |
Iterates over big- or little-endian bytes.
|
| ClassPathURLStreamHandler |
A
URLStreamHandler for a specific class path JarFile. |
| DeleteOnExit |
Implements the actual DeleteOnExit mechanism.
|
| DropBox | |
| EventLogger | |
| ForwardingOs |
Subclass this if you want to override some
Os methods but otherwise delegate. |
| HeapBufferIterator |
Iterates over big- or little-endian bytes in a Java byte[].
|
| IoBridge |
Implements java.io/java.net/java.nio semantics in terms of the underlying POSIX system calls.
|
| IoUtils | |
| Libcore | |
| Memory |
Unsafe access to memory.
|
| MemoryMappedFile |
A memory-mapped file.
|
| NioBufferIterator |
Iterates over big- or little-endian bytes on the native heap.
|
| Posix | |
| SizeOf | |
| Streams | |
| StrictLineReader |
Buffers input from an
InputStream for reading lines. |