android.os.Parcel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote-pay-java-connector Show documentation
Show all versions of remote-pay-java-connector Show documentation
Clover Connector Java library
package android.os;
/**
* Created by blakewilliams on 9/28/16.
*/
public class Parcel {
public final Object readValue(ClassLoader loader) {
return null;
}
public final void writeString(String val) {
}
public final void writeInt(int val) {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy