Uses of Class
com.tagtraum.sixbs.AdapterFinder

Packages that use AdapterFinder
com.tagtraum.sixbs sixbs is a little library capable of writing beans to XML using their public properties.  
 

Uses of AdapterFinder in com.tagtraum.sixbs
 

Methods in com.tagtraum.sixbs that return AdapterFinder
static AdapterFinder AdapterFinder.getDefaultAdapterFinder()
          Returns default AdapterFinder.
 

Constructors in com.tagtraum.sixbs with parameters of type AdapterFinder
SIXBSWriter(Writer out, AdapterFinder adapterFinder, boolean append)
          For performance reasons the Writer should be buffered. sixbs does not buffer. sixbs will write with the systems default encoding or the encoding set in the provided buffer.
SIXBSWriter(OutputStreamWriter out, AdapterFinder adapterFinder, boolean append)
          For performance reasons the Writer should be buffered. sixbs does not buffer. sixbs will write with the systems default encoding or the encoding set in the provided buffer.
SIXBSWriter(Writer out, AdapterFinder adapterFinder, boolean append, String encoding)
          For performance reasons the Writer should be buffered. sixbs does not buffer. sixbs will write with the systems default encoding or the encoding set in the provided buffer.
 



Copyright © 2001 tagtraum industries.