Package com.mckoi.store
Class ScatteringStoreDataAccessor.FileSlice
- java.lang.Object
-
- com.mckoi.store.ScatteringStoreDataAccessor.FileSlice
-
- Enclosing class:
- ScatteringStoreDataAccessor
private static class ScatteringStoreDataAccessor.FileSlice extends java.lang.Object
An object that contains information about a file slice. The information includes the name of the file, the RandomAccessFile that represents the slice, and the size of the file.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StoreDataAccessor
data
-
Constructor Summary
Constructors Modifier Constructor Description private
FileSlice()
-
-
-
Field Detail
-
data
StoreDataAccessor data
-
-