| 
 | ||||||||||
| 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 DataInputfor reading from in-memory byte arrays; its
 methods offer identical functionality but do not throwIOException. | |
| ByteArrayDataOutput An extension of DataOutputfor writing to in-memory byte arrays; its
 methods offer identical functionality but do not throwIOException. | |
| 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 readLinesmethods. | |
| OutputSupplier An factory for writable streams of bytes or characters. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||