| Package | Description |
|---|---|
| io.starter.formats.LEO |
| Modifier and Type | Class and Description |
|---|---|
class |
BIGBLOCK
LEO File BIGBLOCK Information Record.
|
class |
BlockImpl
LEO File Block Information Record
These blocks of data contain information related to the
LEO file format data blocks.
|
class |
SMALLBLOCK
LEO File SMALLBLOCK Information Record
These blocks of data contain information related to the
LEO file format data blocks.
|
| Modifier and Type | Field and Description |
|---|---|
Block |
BlockImpl.nextblock |
| Modifier and Type | Method and Description |
|---|---|
static Block[] |
BlockFactory.getBlocksFromByteArray(byte[] bbuf,
int type)
transform the byte array into Block records.
|
static Block[] |
BlockFactory.getBlocksFromOutputStream(OutputStream bbuf,
int blen,
int type)
transform the byte array into Block records.
|
static Block |
BlockFactory.getPrototypeBlock(int type)
get a new, empty Block
|
| Modifier and Type | Method and Description |
|---|---|
void |
Storage.addBlock(Block b)
adds a block of data to this storage
|
static byte[] |
LEOFile.getBytes(Block[] outblocks) |
static void |
LEOFile.getBytes(Block[] outblocks,
OutputStream out)
Call this method for each storage, root storage first...
|
static OutputStream |
LEOFile.getByteStream(Block[] outblocks) |
void |
Storage.setBlocks(Block[] blks) |
void |
Block.setNextBlock(Block b)
link the next Block in the chain
|
void |
BlockImpl.setNextBlock(Block b) |
Copyright © 2002–2019 Starter Inc.. All rights reserved.