Uses of Interface
com.google.common.io.ByteProcessor
Packages that use ByteProcessor
Package
Description
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 ByteProcessorModifier and TypeMethodDescription<T> TByteSource.ByteArrayByteSource.read(ByteProcessor<T> processor) <T> TByteSource.read(ByteProcessor<T> processor) Reads the contents of this byte source using the givenprocessorto process bytes as they are read.static <T> TByteStreams.readBytes(InputStream input, ByteProcessor<T> processor) Process the bytes of the given input stream using the given processor.static <T> TFiles.readBytes(File file, ByteProcessor<T> processor) Deprecated.
asByteSource(file).read(processor).