| 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. |