Uses of Interface
com.helger.base.io.iface.IWriteToWriter
Packages that use IWriteToWriter
-
Uses of IWriteToWriter in com.helger.base.io.nonblocking
Classes in com.helger.base.io.nonblocking that implement IWriteToWriterModifier and TypeClassDescriptionclassA non-synchronized copy of the classCharArrayWriter.
It does not use the internal lock object.classA non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access!