aQute.lib.codec
Interface Codec

All Known Implementing Classes:
HCodec

public interface Codec


Method Summary
 Object decode(Reader in, Type type)
           
 void encode(Type t, Object o, Appendable out)
           
 

Method Detail

decode

Object decode(Reader in,
              Type type)
              throws Exception
Throws:
Exception

encode

void encode(Type t,
            Object o,
            Appendable out)
            throws Exception
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.