Package org.xbill.DNS
Class Utils
java.lang.Object
org.xbill.DNS.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanisUInt16(int value) (package private) static booleanisUInt16(long value) (package private) static booleanisUInt32(long value) (package private) static booleanisUInt8(int value) (package private) static booleanisUInt8(long value)
-
Constructor Details
-
Utils
Utils()
-
-
Method Details
-
isUInt8
static boolean isUInt8(int value) -
isUInt8
static boolean isUInt8(long value) -
isUInt16
static boolean isUInt16(int value) -
isUInt16
static boolean isUInt16(long value) -
isUInt32
static boolean isUInt32(long value)
-