All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.IpPrefix Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
/*
 * Copyright (C) 2014 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


package android.net;

@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class IpPrefix implements android.os.Parcelable {

    public IpPrefix(@android.annotation.NonNull java.net.InetAddress address, int prefixLength) { throw new RuntimeException("Stub!"); }

    public IpPrefix(@android.annotation.NonNull java.lang.String prefix) { throw new RuntimeException("Stub!"); }

    public boolean equals(@android.annotation.Nullable java.lang.Object obj) { throw new RuntimeException("Stub!"); }

    public int hashCode() { throw new RuntimeException("Stub!"); }

    @android.annotation.NonNull
    public java.net.InetAddress getAddress() { throw new RuntimeException("Stub!"); }

    @android.annotation.NonNull
    public byte[] getRawAddress() { throw new RuntimeException("Stub!"); }

    public int getPrefixLength() { throw new RuntimeException("Stub!"); }

    public boolean contains(@android.annotation.NonNull java.net.InetAddress address) { 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!"); }

    @android.annotation.NonNull public static final android.os.Parcelable.Creator CREATOR;
    static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy