类 FileChunkDataStorage
- java.lang.Object
- 
- cn.mcres.karlatemp.mxlib.data.FileChunkDataStorage
 
- 
 public class FileChunkDataStorage extends Object 
- 
- 
嵌套类概要嵌套类 修饰符和类型 类 说明 static classFileChunkDataStorage.FileChunk
 - 
构造器概要构造器 构造器 说明 FileChunkDataStorage(RandomAccessFile access)
 - 
方法概要修饰符和类型 方法 说明 FileChunkDataStorage.FileChunkcreateChunk()booleanhasMoreChunk()static voidinsertEmpty(long position, int size, RandomAccessFile access)FileChunkDataStorage.FileChunknextChunk()voidtoTop()
 
- 
- 
- 
构造器详细资料- 
FileChunkDataStoragepublic FileChunkDataStorage(@NotNull RandomAccessFile access)
 
- 
 - 
方法详细资料- 
toToppublic void toTop() throws IOException- 抛出:
- IOException
 
 - 
hasMoreChunkpublic boolean hasMoreChunk() throws IOException- 抛出:
- IOException
 
 - 
createChunkpublic FileChunkDataStorage.FileChunk createChunk() throws IOException - 抛出:
- IOException
 
 - 
nextChunkpublic FileChunkDataStorage.FileChunk nextChunk() throws IOException - 抛出:
- IOException
 
 - 
insertEmptypublic static void insertEmpty(long position, int size, @NotNull RandomAccessFile access) throws IOException- 抛出:
- IOException
 
 
- 
 
-