| 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
IOExceptionpublic void write(String data) throws IOException
IOExceptionpublic void write(char[] data,
int offset,
int length)
throws IOException
IOExceptionpublic void writeln()
throws IOException
IOExceptionpublic void writeln(String data) throws IOException
IOExceptionpublic void writePaddedNumber(int value,
int length)
throws IOException
IOExceptionpublic void close()
throws IOException
IOException