Package aQute.lib.codec
Class HCodec
java.lang.Object
aQute.lib.codec.HCodec
- All Implemented Interfaces:
Codec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T<T> Tdecode(InputStream in, Class<T> t) decode(InputStream in, Type t) <T> Tvoidvoidencode(Type t, Object o, OutputStream out) voidencode(Type t, Object o, Appendable out)
-
Constructor Details
-
HCodec
-
-
Method Details