com.honeywell.decodemanager.barcode
Class BitmapParcel
java.lang.Object
com.honeywell.decodemanager.barcode.BitmapParcel
public class BitmapParcel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final CREATOR
BitmapParcel
public BitmapParcel(Bitmap mBitmap)
BitmapParcel
public BitmapParcel(Parcel in)
readFromParcel
public void readFromParcel(Parcel in)
describeContents
public int describeContents()
writeToParcel
public void writeToParcel(Parcel parcel,
int flags)
getBitmap
public Bitmap getBitmap()
releaseBitmap
public void releaseBitmap()