public class FastThumb
extends com.droidkit.bser.BserObject
| Constructor and Description |
|---|
FastThumb() |
FastThumb(int w,
int h,
byte[] thumb) |
| Modifier and Type | Method and Description |
|---|---|
int |
getH() |
byte[] |
getThumb() |
int |
getW() |
void |
parse(com.droidkit.bser.BserValues values) |
void |
serialize(com.droidkit.bser.BserWriter writer) |
public FastThumb(int w,
int h,
byte[] thumb)
public FastThumb()
public int getW()
public int getH()
public byte[] getThumb()
public void parse(com.droidkit.bser.BserValues values)
throws java.io.IOException
parse in class com.droidkit.bser.BserObjectjava.io.IOExceptionpublic void serialize(com.droidkit.bser.BserWriter writer)
throws java.io.IOException
serialize in class com.droidkit.bser.BserObjectjava.io.IOException