FileDocCategorySizeDatePackage
IpPrefix.javaAPI DocAndroid 5.1 API876Sat Mar 14 14:09:40 GMT 2015android.net

IpPrefix.java

package android.net;
public final class IpPrefix
  implements android.os.Parcelable
{
IpPrefix() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.net.InetAddress getAddress() { throw new RuntimeException("Stub!"); }
public  byte[] getRawAddress() { throw new RuntimeException("Stub!"); }
public  int getPrefixLength() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.net.IpPrefix> CREATOR;
static { CREATOR = null; }
}