Uses of Class
org.h2.store.fs.split.FilePathSplit
Packages that use FilePathSplit
Package
Description
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 FilePathSplitConstructors in org.h2.store.fs.split with parameters of type FilePathSplitModifierConstructorDescription(package private)
FileSplit
(FilePathSplit file, String mode, FileChannel[] list, long length, long maxLength)