public class JFile
extends org.agilewiki.jactor.lpc.JLPCActor
Modifier and Type | Field and Description |
---|---|
protected FileChannel |
fileChannel |
boolean |
metaData |
Constructor and Description |
---|
JFile() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
forceBeforeWriteRootJid(Block block,
int maxSize) |
void |
forcedWriteRootJid(Block block,
int maxSize) |
void |
forceRootJid() |
String |
getFileName() |
void |
open(java.nio.file.Path path,
java.nio.file.OpenOption... options) |
void |
open(java.nio.file.Path path,
Set<? extends java.nio.file.OpenOption> options,
java.nio.file.attribute.FileAttribute<?>... attrs) |
void |
readRootJid(Block block,
int maxSize) |
void |
writeRootJid(Block block,
int maxSize) |
acceptEvent, acceptRequest, getActorType, getAncestor, getExceptionHandler, getFactory, getMailbox, getMailboxFactory, getMatch, getParent, hasDataItem, haveEvents, initialize, initialize, initialize, initialize, initialize, requirements, responseFrom, send, send, sendEvent, setExceptionHandler, setInitialBufferCapacity
protected FileChannel fileChannel
public boolean metaData
public void forcedWriteRootJid(Block block, int maxSize) throws Exception
Exception
public void forceBeforeWriteRootJid(Block block, int maxSize) throws Exception
Exception
public void readRootJid(Block block, int maxSize)
public void open(java.nio.file.Path path, Set<? extends java.nio.file.OpenOption> options, java.nio.file.attribute.FileAttribute<?>... attrs) throws IOException
IOException
public void open(java.nio.file.Path path, java.nio.file.OpenOption... options) throws IOException
IOException
public void close()
public String getFileName()
Copyright © 2013. All Rights Reserved.