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