Uses of Class
aQute.lib.json.Decoder

Packages that use Decoder
aQute.lib.json   
 

Uses of Decoder in aQute.lib.json
 

Methods in aQute.lib.json that return Decoder
 Decoder Decoder.charset(String encoding)
           
 Decoder JSONCodec.dec()
          Create a new Decoder with the state and appropriate API.
 Decoder Decoder.faq(String in)
           
 Decoder Decoder.from(File file)
           
 Decoder Decoder.from(InputStream in)
           
 Decoder Decoder.from(Reader in)
           
 Decoder Decoder.from(String in)
           
 Decoder Decoder.inflate()
           
 Decoder Decoder.keepOpen()
           
 Decoder Decoder.mark()
           
 Decoder Decoder.strict()
           
 



Copyright © 2014 aQute SARL. All rights reserved.