| java.lang.Object uk.org.ponder.streamutil.write.WriterPOS
WriterPOS | public class WriterPOS implements PrintOutputStream(Code) | | A wrapper to convert a Java Writer object into a PrintOutputStream. All
IOExceptions (or others) will be wrapped into unchecked
UniversalRuntimeExceptions, q.v. Note that since Writers have horrible
dependence on synchronization, you'd be better off using an OutputStreamPOS.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
close | public void close()(Code) | | |
flush | public void flush()(Code) | | |
println | public void println()(Code) | | |
write | public void write(char[] storage, int offset, int size)(Code) | | |
|
|