|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.google.common.io | |
---|---|
com.google.common.io | This package contains utility methods and classes for working with Java I/O, for example input streams, output streams, readers, writers, and files. |
Classes in com.google.common.io used by com.google.common.io | |
---|---|
ByteArrayDataInput
An extension of DataInput for reading from in-memory byte arrays; its
methods offer identical functionality but do not throw IOException . |
|
ByteArrayDataOutput
An extension of DataOutput for writing to in-memory byte arrays; its
methods offer identical functionality but do not throw IOException . |
|
ByteProcessor
A callback interface to process bytes from a stream. |
|
InputSupplier
A factory for readable streams of bytes or characters. |
|
LineProcessor
A callback to be used with the streaming readLines methods. |
|
OutputSupplier
A factory for writable streams of bytes or characters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |