public final class ControlFile extends Object
Constructor | Description |
---|---|
ControlFile(File fileName,
int controlDataSize) |
Modifier and Type | Method | Description |
---|---|---|
void |
dispose() |
|
Packet |
getControlData() |
|
boolean |
load() |
|
void |
lock() |
Locks the control file.
|
void |
store() |
|
void |
unlock() |
Un locks the control file.
|
public ControlFile(File fileName, int controlDataSize) throws IOException
IOException
public void lock() throws IOException
IOException
public void unlock() throws IOException
IOException
public boolean load() throws IOException
IOException
public void store() throws IOException
IOException
public Packet getControlData()
public void dispose()
Copyright © 2005–2018. All rights reserved.