Uses of Class
org.rypt.f8.Validity
-
-
Uses of Validity in org.rypt.f8
Methods in org.rypt.f8 that return Validity Modifier and Type Method Description static ValidityUtf8. validity(byte[] b, int from, int to)Returns the validity of the specified byte array between the specified indexesstatic ValidityUtf8. validity(InputStream is)static ValidityValidity. valueOf(String name)Returns the enum constant of this type with the specified name.static Validity[]Validity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-