public class PDFByteWriter extends org.freehep.util.io.CountedByteOutputStream implements PDFConstants
outCAP_BUTT, CAP_ROUND, CAP_SQUARE, dateFormat, EOL, JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND, MODE_CLIP, MODE_FILL, MODE_FILL_CLIP, MODE_FILL_STROKE, MODE_FILL_STROKE_CLIP, MODE_INVISIBLE, MODE_STROKE, MODE_STROKE_CLIP| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | indent() | 
| void | outdent() | 
| void | print(double number) | 
| void | print(int number) | 
| void | print(Object object) | 
| void | print(String string) | 
| void | println() | 
| void | println(double number) | 
| void | println(int number) | 
| void | println(Object object) | 
| void | println(String string) | 
| void | printPlain(double number) | 
| void | printPlain(int number) | 
| void | printPlain(Object object) | 
| void | printPlain(String string) | 
| void | write(String s) | 
getCount, write, write, writeflushpublic void write(String s) throws IOException
IOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void print(String string) throws IOException
IOExceptionpublic void printPlain(String string) throws IOException
IOExceptionpublic void println()
             throws IOException
IOExceptionpublic void indent()
public void outdent()
public void println(String string) throws IOException
IOExceptionpublic void print(int number)
           throws IOException
IOExceptionpublic void println(int number)
             throws IOException
IOExceptionpublic void printPlain(int number)
                throws IOException
IOExceptionpublic void print(double number)
           throws IOException
IOExceptionpublic void println(double number)
             throws IOException
IOExceptionpublic void printPlain(double number)
                throws IOException
IOExceptionpublic void print(Object object) throws IOException
IOExceptionpublic void println(Object object) throws IOException
IOExceptionpublic void printPlain(Object object) throws IOException
IOExceptionCopyright © 2014. All rights reserved.