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 asInputStreamandReader. -
-
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.BuilderMemoryMappedFileInputStream. builder()Constructs a newMemoryMappedFileInputStream.Builder.Constructors in org.apache.commons.io.input with parameters of type MemoryMappedFileInputStream.Builder Constructor Description MemoryMappedFileInputStream(MemoryMappedFileInputStream.Builder builder)Constructs a new instance.
-