| Package | Description |
|---|---|
| org.jscsi.target.storage |
This package contains those classes which deal directly with the storage,
reading, and writing of data.
|
| Modifier and Type | Method and Description |
|---|---|
static IStorageModule.STORAGEKIND |
IStorageModule.STORAGEKIND.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStorageModule.STORAGEKIND[] |
IStorageModule.STORAGEKIND.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IStorageModule |
RandomAccessStorageModule.open(File file,
long storageLength,
boolean create,
IStorageModule.STORAGEKIND kind)
This is the build method for creating instances of
RandomAccessStorageModule. |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.