Uses of Interface
com.google.common.io.ByteProcessor

Packages that use ByteProcessor
com.google.common.io   
 

Uses of ByteProcessor in com.google.common.io
 

Methods in com.google.common.io with parameters of type ByteProcessor
static
<T> T
Files.readBytes(File file, ByteProcessor<T> processor)
          Process the bytes of a file.
static
<T> T
ByteStreams.readBytes(InputSupplier<? extends InputStream> supplier, ByteProcessor<T> processor)
          Process the bytes of a supplied stream