Uses of Class
org.smallmind.nutsnbolts.json.Encoding
-
Packages that use Encoding Package Description org.smallmind.nutsnbolts.json -
-
Uses of Encoding in org.smallmind.nutsnbolts.json
Methods in org.smallmind.nutsnbolts.json that return Encoding Modifier and Type Method Description EncodingBinaryData. getEncoding()static EncodingEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static Encoding[]Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.nutsnbolts.json with parameters of type Encoding Modifier and Type Method Description voidBinaryData. setEncoding(Encoding encoding)Constructors in org.smallmind.nutsnbolts.json with parameters of type Encoding Constructor Description BinaryData(String contentType, Encoding encoding, byte[] bytes)BinaryData(Encoding encoding, byte[] bytes)BinaryData(Encoding encoding, Encryption encryption, Key key, String original)
-