public class SplittableStorageManager.SplittableFileStore extends FileStore
FileStore.FileStoreOutputStream| Constructor and Description |
|---|
SplittableFileStore(String name) |
| 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 SplittableFileStore(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.