Uses of Class
org.apache.commons.io.input.MemoryMappedFileInputStream.Builder
-
Packages that use MemoryMappedFileInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of MemoryMappedFileInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return MemoryMappedFileInputStream.Builder Modifier and Type Method Description static MemoryMappedFileInputStream.Builder
MemoryMappedFileInputStream. builder()
Constructs a newMemoryMappedFileInputStream.Builder
.
-