|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HFileBlock.BlockIterator
An interface allowing to iterate HFileBlock
s.
Method Summary | |
---|---|
HFileBlock |
nextBlock()
Get the next block, or null if there are no more blocks to iterate. |
DataInputStream |
nextBlockAsStream(BlockType blockType)
Similar to nextBlock() but checks block type, throws an
exception if incorrect, and returns the data portion of the block as
an input stream. |
Method Detail |
---|
HFileBlock nextBlock() throws IOException
IOException
DataInputStream nextBlockAsStream(BlockType blockType) throws IOException
nextBlock()
but checks block type, throws an
exception if incorrect, and returns the data portion of the block as
an input stream.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |