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 asInputStream
andReader
. -
-
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.Builder
BufferedFileChannelInputStream. builder()
Constructs a newBufferedFileChannelInputStream.Builder
.BufferedFileChannelInputStream.Builder
BufferedFileChannelInputStream.Builder. setFileChannel(java.nio.channels.FileChannel fileChannel)
Sets the file channel.
-