Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.jca |
Modifier and Type | Method and Description |
---|---|
JFile |
JConnection.open(java.lang.String fileName)
Attempts to open a jBASE file or returns null if the file does
not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
JFileImpl
The JFile object is used to query, read, and write to jBASE files.
|
Modifier and Type | Method and Description |
---|---|
JFile |
JConnectionImpl.open(java.lang.String fileName) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedJFile
Provide an interface to remote jBASE files and ensures connection
validity.
|
Modifier and Type | Method and Description |
---|---|
JFile |
WrappedJConnection.open(java.lang.String filename)
Open jBASE file.
|
Constructor and Description |
---|
WrappedJFile(WrappedJConnection connection,
JFile jfile) |