JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
aQute.lib.codec
Codec
Contents
Description
Method Summary
Method Details
decode(Reader, Type)
encode(Type, Object, Appendable)
Hide sidebar
Show sidebar
Interface Codec
All Known Implementing Classes:
HCodec
public interface
Codec
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
decode
(
Reader
in,
Type
type)
void
encode
(
Type
t,
Object
o,
Appendable
out)
Method Details
decode
Object
decode
(
Reader
in,
Type
type)
throws
Exception
Throws:
Exception
encode
void
encode
(
Type
t,
Object
o,
Appendable
out)
throws
Exception
Throws:
Exception