org.juzu.text
Interface Printer

All Known Implementing Classes:
WriterPrinter

public interface Printer

Author:
Julien Viet

Method Summary
 void write(char c)
           
 void write(CharArray chars)
           
 void write(CharSequence s)
           
 void write(String s)
           
 

Method Detail

write

void write(char c)
           throws IOException
Throws:
IOException

write

void write(String s)
           throws IOException
Throws:
IOException

write

void write(CharSequence s)
           throws IOException
Throws:
IOException

write

void write(CharArray chars)
           throws IOException
Throws:
IOException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.