Uses of Class
org.h2.store.fs.split.FilePathSplit
-
Packages that use FilePathSplit Package Description org.h2.store.fs.split A file system that may split files into multiple smaller files (required for a FAT32 because it only support files up to 2 GB). -
-
Uses of FilePathSplit in org.h2.store.fs.split
Fields in org.h2.store.fs.split declared as FilePathSplit Modifier and Type Field Description private FilePathSplit
FileSplit. filePath
Constructors in org.h2.store.fs.split with parameters of type FilePathSplit Constructor Description FileSplit(FilePathSplit file, java.lang.String mode, java.nio.channels.FileChannel[] list, long length, long maxLength)
-