|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavaewah.IteratingBufferedRunningLengthWord
public class IteratingBufferedRunningLengthWord
Mostly for internal use. Similar to BufferedRunningLengthWord, but automatically advances to the next BufferedRunningLengthWord as words are discarded.
Constructor Summary | |
---|---|
IteratingBufferedRunningLengthWord(EWAHIterator iterator)
Instantiates a new iterating buffered running length word. |
Method Summary | |
---|---|
void |
discardFirstWords(long x)
Discard first words, iterating to the next running length word if needed. |
void |
discharge(BitmapStorage container)
Write out the remaining words |
long |
getDirtyWordAt(int index)
Get the nth dirty word for the current running length word |
int |
getNumberOfLiteralWords()
Gets the number of literal words for the current running length word. |
boolean |
getRunningBit()
Gets the running bit. |
long |
getRunningLength()
Gets the running length. |
long |
size()
Size in uncompressed words of the current running length word. |
void |
writeDirtyWords(int numWords,
BitmapStorage container)
write the first N dirty words to the target bitmap. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IteratingBufferedRunningLengthWord(EWAHIterator iterator)
iterator
- iteratorMethod Detail |
---|
public int getNumberOfLiteralWords()
public boolean getRunningBit()
public long getRunningLength()
public long size()
public long getDirtyWordAt(int index)
index
- zero based index
public void writeDirtyWords(int numWords, BitmapStorage container)
numWords
- container
- public void discardFirstWords(long x)
x
- the xpublic void discharge(BitmapStorage container)
container
- target for writes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |