Uses of Interface
dsto.dfc.databeans.io.TextDecoder

Packages that use TextDecoder
dsto.dfc.databeans.io   
 

Uses of TextDecoder in dsto.dfc.databeans.io
 

Classes in dsto.dfc.databeans.io that implement TextDecoder
 class TextDefaultCodec
          Generic text encoder/decoder that uses toString () to encode and the single String argument constructor to decode.
 

Methods in dsto.dfc.databeans.io that return TextDecoder
 TextDecoder XmlDecodeContext.getTextDecoder(Class type)
          Get the text decoder for a given value type.
 

Methods in dsto.dfc.databeans.io with parameters of type TextDecoder
static void XmlInput.registerGlobalTextDecoder(String valueType, TextDecoder decoder)
          Register a TextDecoder for this input object.
 void XmlInput.registerTextDecoder(String valueType, TextDecoder decoder)
          Register a TextDecoder for this input object.
 



Copyright © 2008 Commonwealth of Australia