public class Signature extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Signature> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
Signature(byte[] signature) |
Signature(String text) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object obj) |
int |
hashCode() |
byte[] |
toByteArray() |
char[] |
toChars() |
char[] |
toChars(char[] existingArray,
int[] outLen) |
String |
toCharsString() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
public static final Parcelable.Creator<Signature> CREATOR
public Signature(byte[] signature)
public Signature(String text)
public char[] toChars()
public char[] toChars(char[] existingArray,
int[] outLen)
public String toCharsString()
public byte[] toByteArray()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.