| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferOutputStream |
ByteBufferOutputStream.append_i(int b)
Appends an
int. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(byte b) |
ByteBufferOutputStream |
ByteBufferOutputStream.append(byte[] b)
Appends an array of bytes.
|
ByteBufferOutputStream |
ByteBufferOutputStream.append(byte[] b,
int off,
int len)
Appends the subarray of the
byte array. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(ByteBufferOutputStream buf)
Appends another
ByteBufferOutputStream to this buffer. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(char c)
Appends a
char to the buffer. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(double d)
Appends a string representation of a
double according
to the Pdf conventions. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(float i)
Appends a string representation of a
float according
to the Pdf conventions. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(int i)
Appends the string representation of an
int. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(long i)
Appends the string representation of a
long. |
ByteBufferOutputStream |
ByteBufferOutputStream.append(String str)
Appends a
String to the buffer. |
ByteBufferOutputStream |
ByteBufferOutputStream.appendHex(byte b) |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferOutputStream |
ByteBufferOutputStream.append(ByteBufferOutputStream buf)
Appends another
ByteBufferOutputStream to this buffer. |
static String |
ByteBufferOutputStream.formatDouble(double d,
ByteBufferOutputStream buf)
Outputs a
double into a format suitable for the PDF. |
Copyright © 1998–2016 iText Group NV. All rights reserved.