Uses of Class
com.itextpdf.text.pdf.ByteBuffer
-
Packages that use ByteBuffer Package Description com.itextpdf.text.pdf -
-
Uses of ByteBuffer in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ByteBuffer Modifier and Type Field Description protected ByteBuffer
PdfContentByte. content
This is the actual contentprotected ByteBuffer
PdfWriter.PdfBody. index
protected ByteBuffer
PdfWriter.PdfBody. streamObjects
Methods in com.itextpdf.text.pdf that return ByteBuffer Modifier and Type Method Description 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 thebyte
array.ByteBuffer
ByteBuffer. append(char c)
Appends achar
to the buffer.ByteBuffer
ByteBuffer. append(double d)
Appends a string representation of adouble
according to the Pdf conventions.ByteBuffer
ByteBuffer. append(float i)
Appends a string representation of afloat
according to the Pdf conventions.ByteBuffer
ByteBuffer. append(int i)
Appends the string representation of anint
.ByteBuffer
ByteBuffer. append(long i)
Appends the string representation of along
.ByteBuffer
ByteBuffer. append(ByteBuffer buf)
Appends anotherByteBuffer
to this buffer.ByteBuffer
ByteBuffer. append(String str)
Appends aString
to the buffer.ByteBuffer
ByteBuffer. append_i(int b)
Appends anint
.ByteBuffer
ByteBuffer. appendHex(byte b)
ByteBuffer
PdfContentByte. getInternalBuffer()
Gets the internal buffer.Methods in com.itextpdf.text.pdf with parameters of type ByteBuffer Modifier and Type Method Description ByteBuffer
ByteBuffer. append(ByteBuffer buf)
Appends anotherByteBuffer
to this buffer.static void
StringUtils. escapeString(byte[] bytes, ByteBuffer content)
Escapes abyte
array according to the PDF conventions.static String
ByteBuffer. formatDouble(double d, ByteBuffer buf)
Outputs adouble
into a format suitable for the PDF.
-