| Interface | Description |
|---|---|
| Block |
the basic unit of data in a LEO file.
|
| BlockByteConsumer |
The BlockByteConsumer interface describes an Object
which reads its data from a scattered collection of Blocks.
|
| Storable |
Create a Storage interface/Generic implementation
to represent a file or index of files within a LEO filesystem.
|
| Class | Description |
|---|---|
| BIGBLOCK |
LEO File BIGBLOCK Information Record.
|
| BlockByteReader |
Provide a translation layer between the block vector and a byte array.
|
| BlockFactory |
Dutifully produces LEO file Blocks.
|
| BlockImpl |
LEO File Block Information Record
These blocks of data contain information related to the
LEO file format data blocks.
|
| FileBuffer |
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
|
| LEOFile |
LEOFile is an archive format compatible with other popular archive formats such as OLE.
|
| LEOHeader |
Header record containing information on the Storage records in the LEOFile.
|
| 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.
|
| SMALLBLOCK |
LEO File SMALLBLOCK Information Record
These blocks of data contain information related to the
LEO file format data blocks.
|
| Storage |
Defines a 'file' in the LEO filesystem.
|
| StorageTable |
The directory system for an LEO file
Extentech Inc.
|
| Exception | Description |
|---|---|
| InvalidFileException |
This Exception is thrown whenever a LEOFile cannot be parsed or contains invalid data.
|
| LEOIndexingException |
This exception is thrown when an invalid indexing scheme occurs, currently only happens in
miniFAT indexing
|
| StorageNotFoundException |
An exception to be thrown when a storage is not found in a LEO operation*
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.