Package io.aether.api.common
Class IPAddressV4
- java.lang.Object
-
- io.aether.api.common.IPAddress
-
- io.aether.api.common.IPAddressV4
-
- All Implemented Interfaces:
IPAddressUtil,io.aether.utils.ToString
public class IPAddressV4 extends IPAddress implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]datastatic io.aether.net.fastMeta.FastMetaType<IPAddressV4>METAstatic io.aether.net.fastMeta.FastMetaType<IPAddressV4>META_BODY
-
Constructor Summary
Constructors Constructor Description IPAddressV4(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandataContains(byte el)booleanequals(java.lang.Object o)intgetAetherTypeId()byte[]getData()inthashCode()java.lang.StringtoString()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META_BODY
public static final io.aether.net.fastMeta.FastMetaType<IPAddressV4> META_BODY
-
META
public static final io.aether.net.fastMeta.FastMetaType<IPAddressV4> META
-
data
protected final byte[] data
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Specified by:
getAetherTypeIdin classIPAddress
-
dataContains
public boolean dataContains(byte el)
-
-