|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteBuffer | |
|---|---|
| com.itextpdf.text.pdf | |
| Uses of ByteBuffer in com.itextpdf.text.pdf |
|---|
| Fields in com.itextpdf.text.pdf declared as ByteBuffer | |
|---|---|
protected ByteBuffer |
PdfContentByte.content
This is the actual content |
| Methods in com.itextpdf.text.pdf that return ByteBuffer | |
|---|---|
ByteBuffer |
ByteBuffer.append_i(int b)
Appends an int. |
ByteBuffer |
ByteBuffer.append(byte b)
|
ByteBuffer |
ByteBuffer.append(byte[] b)
Appends an array of bytes. |
ByteBuffer |
ByteBuffer.append(byte[] b,
int off,
int len)
Appends the subarray of the byte array. |
ByteBuffer |
ByteBuffer.append(ByteBuffer buf)
Appends another ByteBuffer to this buffer. |
ByteBuffer |
ByteBuffer.append(char c)
Appends a char to the buffer. |
ByteBuffer |
ByteBuffer.append(double d)
Appends a string representation of a double according
to the Pdf conventions. |
ByteBuffer |
ByteBuffer.append(float i)
Appends a string representation of a float according
to the Pdf conventions. |
ByteBuffer |
ByteBuffer.append(int i)
Appends the string representation of an int. |
ByteBuffer |
ByteBuffer.append(java.lang.String str)
Appends a String to the buffer. |
ByteBuffer |
ByteBuffer.appendHex(byte b)
|
ByteBuffer |
PdfContentByte.getInternalBuffer()
Gets the internal buffer. |
| Methods in com.itextpdf.text.pdf with parameters of type ByteBuffer | |
|---|---|
ByteBuffer |
ByteBuffer.append(ByteBuffer buf)
Appends another ByteBuffer to this buffer. |
static java.lang.String |
ByteBuffer.formatDouble(double d,
ByteBuffer buf)
Outputs a double into a format suitable for the PDF. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||