|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoders.Decoder
public abstract class Decoder
| Field Summary | |
|---|---|
protected boolean |
decoded
Indicates whether the decode operation has been executed. |
protected Bitmap |
encodedBitmap
|
protected BitSequence |
payload
|
| Constructor Summary | |
|---|---|
Decoder(Bitmap encodedBitmap)
Initializes this decoder with the specified bitmap. |
|
| Method Summary | |
|---|---|
protected abstract void |
decode()
Decodes the current bitmap. |
Bitmap |
getEncodedBitmap()
Returns the encoded bitmap being decoded by this decoder. |
BitSequence |
getPayload()
Retrieves the payload from the original bitmap, running the decode operation first if necessary. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Bitmap encodedBitmap
protected BitSequence payload
protected boolean decoded
| Constructor Detail |
|---|
public Decoder(Bitmap encodedBitmap)
encodedBitmap - | Method Detail |
|---|
protected abstract void decode()
public Bitmap getEncodedBitmap()
public BitSequence getPayload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||