Modifier and Type | Method and Description |
---|---|
JFile |
JCommon.getFile(int index)
Retrieves a file variable from a specific position in a common block
|
JFile |
JConnection.openFile(java.lang.String fileName)
Opens a file with the given name
|
Modifier and Type | Method and Description |
---|---|
void |
JCommon.setFile(int index,
JFile file)
Stores a file variable into a specific position in a common block
|