public interface BlockByteConsumer
| Modifier and Type | Method and Description |
|---|---|
BlockByteReader |
getByteReader()
Get the BlockByteReader for this Consumer
|
int |
getFirstBlock()
Returns the index of the first block
|
int |
getLastBlock()
Returns the index of the last block
|
int |
getLength()
Returns the length of the record.
|
int |
getOffset()
Get the relative position within the data
underlying the block vector represented by
the BlockByteReader.
|
void |
setByteReader(BlockByteReader db)
Set the BlockByteReader for this Consumer
|
void |
setFirstBlock(int i)
Sets the index of the first block
|
void |
setLastBlock(int i)
Sets the index of the last block
|
void |
setOffset(int pos)
Set the relative position within the data
underlying the block vector represented by
the BlockByteReader.
|
void setOffset(int pos)
pos - int getOffset()
void setFirstBlock(int i)
void setLastBlock(int i)
int getFirstBlock()
int getLastBlock()
int getLength()
void setByteReader(BlockByteReader db)
db - BlockByteReader getByteReader()
db - Copyright © 2002–2019 Starter Inc.. All rights reserved.