|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoders.Decoder
coders.ReversibleDecoder
public abstract class ReversibleDecoder
| Field Summary | |
|---|---|
protected Bitmap |
restoredBitmap
|
| Fields inherited from class coders.Decoder |
|---|
decoded, encodedBitmap, payload |
| Constructor Summary | |
|---|---|
ReversibleDecoder(Bitmap encodedBitmap)
Initializes this reversible decoder with the specified bitmap. |
|
| Method Summary | |
|---|---|
abstract void |
decode()
Decodes the current bitmap, obtaining and storing the original payload and the original image. |
Bitmap |
getRestoredBitmap()
Retrieves the restored bitmap, running the decode operation first if necessary. |
| Methods inherited from class coders.Decoder |
|---|
getEncodedBitmap, getPayload |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Bitmap restoredBitmap
| Constructor Detail |
|---|
public ReversibleDecoder(Bitmap encodedBitmap)
encodedBitmap - | Method Detail |
|---|
public abstract void decode()
Decoder.getPayload() and getRestoredBitmap(), respectively.
BitSequence. Should execute only if it has not already been called.
decode in class Decoderpublic Bitmap getRestoredBitmap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||