Uses of Class
org.apache.commons.io.input.BufferedFileChannelInputStream.Builder
-
Packages that use BufferedFileChannelInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of BufferedFileChannelInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return BufferedFileChannelInputStream.Builder Modifier and Type Method Description static BufferedFileChannelInputStream.BuilderBufferedFileChannelInputStream. builder()Constructs a newBufferedFileChannelInputStream.Builder.BufferedFileChannelInputStream.BuilderBufferedFileChannelInputStream.Builder. setFileChannel(java.nio.channels.FileChannel fileChannel)Sets the file channel.
-