JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
aQute.lib.codec
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