Package | Description |
---|---|
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.
|
Class and Description |
---|
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.
|
Copyright © 2013 Seam Framework. All Rights Reserved.