| Constructor and Description |
|---|
BitmapDecoderRLE(char[] bmPtr,
int off,
int len)
Point this object at the beginning of a particular bitmap.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Integer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BitmapDecoderRLE(char[] bmPtr,
int off,
int len)
next() will return the
offset of the first bit in the specified bitmap.bmPtr - pointer to a compressed bitmapoff - offsetlen - lengthCopyright © 2017 The Apache Software Foundation. All rights reserved.