|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteProcessor | |
---|---|
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. |
Uses of ByteProcessor in com.google.common.io |
---|
Methods in com.google.common.io with parameters of type ByteProcessor | ||
---|---|---|
static
|
Files.readBytes(File file,
ByteProcessor<T> processor)
Process the bytes of a file. |
|
static
|
ByteStreams.readBytes(InputSupplier<? extends InputStream> supplier,
ByteProcessor<T> processor)
Process the bytes of a supplied stream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |