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