public class PDFByteWriter extends org.freehep.util.io.CountedByteOutputStream implements PDFConstants
out
CAP_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, write
flush
public void write(String s) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
public void print(String string) throws IOException
IOException
public void printPlain(String string) throws IOException
IOException
public void println() throws IOException
IOException
public void indent()
public void outdent()
public void println(String string) throws IOException
IOException
public void print(int number) throws IOException
IOException
public void println(int number) throws IOException
IOException
public void printPlain(int number) throws IOException
IOException
public void print(double number) throws IOException
IOException
public void println(double number) throws IOException
IOException
public void printPlain(double number) throws IOException
IOException
public void print(Object object) throws IOException
IOException
public void println(Object object) throws IOException
IOException
public void printPlain(Object object) throws IOException
IOException
Copyright © 2014. All rights reserved.