public class FileStorageManager.DiskStore extends FileStore
FileStore.FileStoreOutputStream| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
protected int |
readWrite(long fileOffset,
byte[] b,
int offSet,
int length,
boolean write) |
void |
removeDirect() |
void |
setLength(long length) |
createInputStream, createInputStream, createOutputStream, createOutputStream, read, readFully, remove, write, writepublic DiskStore(String name)
protected int readWrite(long fileOffset,
byte[] b,
int offSet,
int length,
boolean write)
throws IOException
readWrite in class FileStoreIOExceptionpublic void setLength(long length)
throws IOException
setLength in class FileStoreIOExceptionpublic void removeDirect()
removeDirect in class FileStoreCopyright © 2019. All rights reserved.