|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomAccessFile | |
---|---|
com.sentilla.net | Sentilla networking libraries for wireless and wired communication. |
com.sentilla.net.rpc.procedures | Sentilla Remote Procedure Call (RPC) procedure definitions. |
com.sentilla.platform.cmote | Sentilla system implementations for the Client applications running on a host. |
com.sentilla.system | Sentilla core system classes. |
Uses of RandomAccessFile in com.sentilla.net |
---|
Methods in com.sentilla.net that return RandomAccessFile | |
---|---|
static RandomAccessFile |
RemotePropertyDriver.create(Addressable target,
String key,
int maxlength)
|
abstract RandomAccessFile |
RemotePropertyDriver.createProperty(Addressable target,
String key,
int maxlength)
|
static RandomAccessFile |
RemotePropertyDriver.open(Addressable target,
String key)
|
abstract RandomAccessFile |
RemotePropertyDriver.openProperty(Addressable target,
String key)
|
Uses of RandomAccessFile in com.sentilla.net.rpc.procedures |
---|
Methods in com.sentilla.net.rpc.procedures that return RandomAccessFile | |
---|---|
protected RandomAccessFile |
RemoteSetProperty.getRaf()
Open the property (creating if appropraite) and seek to start position. |
protected RandomAccessFile |
RemoteGetProperty.getRaf()
Open the property and seek to start position. |
Methods in com.sentilla.net.rpc.procedures with parameters of type RandomAccessFile | |
---|---|
protected RemoteSetProperty.Result |
RemoteSetProperty.newResult(RandomAccessFile raf)
Create and initialize a Result indicating the local address and the number of bytes written. |
Uses of RandomAccessFile in com.sentilla.platform.cmote |
---|
Classes in com.sentilla.platform.cmote that implement RandomAccessFile | |
---|---|
class |
RemoteRandomAccessFile
Private: for Sentilla internal use only. |
Methods in com.sentilla.platform.cmote that return RandomAccessFile | |
---|---|
RandomAccessFile |
RemotePropertyDriver.createProperty(Addressable target,
String key,
int maxlength)
Creates (and opens) remote property. |
RandomAccessFile |
RemotePropertyDriver.openProperty(Addressable target,
String key)
Opens a remote property if it exists. |
Uses of RandomAccessFile in com.sentilla.system |
---|
Methods in com.sentilla.system that return RandomAccessFile | |
---|---|
static RandomAccessFile |
FileDriver.create(int filename)
Create a new file. |
static RandomAccessFile |
PropertyDriver.create(String key,
int maxlength)
Create a new property or thrown an IORuntimeException if the property cannot be created. |
abstract RandomAccessFile |
FileDriver.createFile(int filename)
Create a new file. |
abstract RandomAccessFile |
PropertyDriver.createProperty(String key,
int maxlength)
Create a new property or thrown an IORuntimeException if the property cannot be created. |
static RandomAccessFile |
FileDriver.open(int filename)
Open an existing file. |
static RandomAccessFile |
PropertyDriver.open(String key)
Open an existing property or thrown an IORuntimeException if the property does not exist. |
abstract RandomAccessFile |
FileDriver.openFile(int filename)
Open an existing file. |
abstract RandomAccessFile |
PropertyDriver.openProperty(String key)
Open an existing property or thrown an IORuntimeException if the property does not exist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |