org.juzu.text
Class WriterPrinter
java.lang.Object
org.juzu.text.WriterPrinter
- All Implemented Interfaces:
- Printer
public class WriterPrinter
- extends Object
- implements Printer
- Author:
- Julien Viet
WriterPrinter
public WriterPrinter(Appendable writer)
write
public void write(char c)
throws IOException
- Specified by:
write in interface Printer
- Throws:
IOException
write
public void write(CharSequence s)
throws IOException
- Specified by:
write in interface Printer
- Throws:
IOException
write
public void write(String s)
throws IOException
- Specified by:
write in interface Printer
- Throws:
IOException
write
public void write(CharArray chars)
throws IOException
- Specified by:
write in interface Printer
- Throws:
IOException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.