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(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(ByteBuffer buf) |
Appends another ByteBuffer to this buffer.
|
ByteBuffer |
ByteBuffer.append(java.lang.String str) |
Appends a String to the buffer.
|
ByteBuffer |
ByteBuffer.append_i(int b) |
Appends an int.
|
ByteBuffer |
ByteBuffer.appendHex(byte b) |
|
ByteBuffer |
PdfContentByte.getInternalBuffer() |
Gets the internal buffer.
|