Modifier and Type | Field and Description |
---|---|
int |
curOffset |
Constructor and Description |
---|
PdfOutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] data,
int offset,
int length) |
void |
write(char[] data,
int offset,
int length) |
void |
write(String data) |
void |
writeln() |
void |
writeln(String data) |
void |
writePaddedNumber(int value,
int length) |
public PdfOutputStream(OutputStream out)
public void write(byte[] data, int offset, int length) throws IOException
IOException
public void write(String data) throws IOException
IOException
public void write(char[] data, int offset, int length) throws IOException
IOException
public void writeln() throws IOException
IOException
public void writeln(String data) throws IOException
IOException
public void writePaddedNumber(int value, int length) throws IOException
IOException
public void close() throws IOException
IOException