public final class ControlFile extends Object
| Constructor and Description |
|---|
ControlFile(File fileName,
int controlDataSize) |
| Modifier and Type | Method and 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
IOExceptionpublic void lock()
throws IOException
IOExceptionpublic void unlock()
throws IOException
IOExceptionpublic boolean load()
throws IOException
IOExceptionpublic void store()
throws IOException
IOExceptionpublic Packet getControlData()
public void dispose()
Copyright © 2005–2019. All rights reserved.