public class RafReference extends Object
| Constructor and Description |
|---|
RafReference(File file,
ESLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
FileChannel |
channel() |
void |
decreaseRefCount(boolean delete) |
File |
file() |
boolean |
increaseRefCount()
Increases the ref count, and returns true if it managed to
actually increment it.
|
RandomAccessFile |
raf() |
public RafReference(File file, ESLogger logger) throws FileNotFoundException
FileNotFoundExceptionpublic File file()
public FileChannel channel()
public RandomAccessFile raf()
public boolean increaseRefCount()
public void decreaseRefCount(boolean delete)
Copyright © 2009–2016. All rights reserved.