|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlockFileSystem
Describes the internal file system contained in .doc files.
| Field Summary | |
|---|---|
static int |
BLOCK_SIZE
The size of a block in bytes. |
| Method Summary | |
|---|---|
int |
getNextBlock(int block)
Returns the number of the block that follows the given block. |
SeekInputStream |
getRawInput()
Returns the raw input stream for this file system. |
Entry |
getRoot()
Returns the root entry of the file system. |
| Field Detail |
|---|
static final int BLOCK_SIZE
| Method Detail |
|---|
Entry getRoot()
throws java.io.IOException
java.io.IOException - if an IO error occurs
int getNextBlock(int block)
throws java.io.IOException
block - the number of block whose successor to return
java.io.IOException - if an IO error occursSeekInputStream getRawInput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||