| Package | Description |
|---|---|
| io.starter.formats.LEO |
| Modifier and Type | Class and Description |
|---|---|
class |
RootStorage
The Root Storage == The Root Directory is the 1st Directory in the Directory Stream
This Directory is the root for all objects; it also stores the size and starting sector of the miniStream
The Root Directory entry behaves as both a stream and a storage object.
|
| Modifier and Type | Field and Description |
|---|---|
Storage |
BlockImpl.mystore |
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageTable.createStorage(String name,
int type,
int insertIdx)
Create a new Storage and add to the directory array
NOTE: add any associated data separately |
Storage[] |
LEOFile.getAllDirectories()
get all Directories in this LEO file
|
Storage |
StorageTable.getChild(String name)
get the child directory (storage or stream) of the named storage
|
Storage |
StorageTable.getDirectoryByName(String name)
get the directory by name.
|
Storage |
StorageTable.getNext(String name)
get the next directory (storage or stream) of the named storage
|
Storage |
StorageTable.getPrevious(String name)
get the previous directory (storage or stream) of the named storage
|
Storage |
Block.getStorage()
set the storage for this Block
|
Storage |
BlockImpl.getStorage()
get the storage for this Block
|
Storage |
LEOFile.getStorageByName(String s)
get a handle to a Storage within this LEO file
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setStorage(Storage s)
set the storage for this Block
|
void |
BlockImpl.setStorage(Storage s)
set the storage for this Block
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.