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, write
public DiskStore(String name)
protected int readWrite(long fileOffset, byte[] b, int offSet, int length, boolean write) throws IOException
readWrite
in class FileStore
IOException
public void setLength(long length) throws IOException
setLength
in class FileStore
IOException
public void removeDirect()
removeDirect
in class FileStore
Copyright © 2019. All rights reserved.