| Package | Description |
|---|---|
| caoss.simulator.os | |
| caoss.simulator.os.drivers |
| Modifier and Type | Method and Description |
|---|---|
abstract File |
DeviceDriver.open() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DeviceDriver.close(File file) |
abstract void |
DeviceDriver.read(File file,
long nbytes,
long offset) |
abstract void |
DeviceDriver.write(File file,
long nbytes,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
File |
DummyDeviceDriver.open() |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyDeviceDriver.close(File file) |
void |
DummyDeviceDriver.read(File file,
long nbytes,
long offset) |
void |
DummyDeviceDriver.write(File file,
long nbytes,
long offset) |