Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.ByteBuffer
-
Packages that use ByteBuffer Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of ByteBuffer in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as ByteBuffer Modifier and Type Field Description protected ByteBufferPdfContentByte. contentThis is the actual contentMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return ByteBuffer Modifier and Type Method Description ByteBufferByteBuffer. append(byte b)ByteBufferByteBuffer. append(byte[] b)Appends an array of bytes.ByteBufferByteBuffer. append(byte[] b, int off, int len)Appends the subarray of thebytearray.ByteBufferByteBuffer. append(char c)Appends acharto the buffer.ByteBufferByteBuffer. append(double d)Appends a string representation of adoubleaccording to the Pdf conventions.ByteBufferByteBuffer. append(float i)Appends a string representation of afloataccording to the Pdf conventions.ByteBufferByteBuffer. append(int i)Appends the string representation of anint.ByteBufferByteBuffer. append(ByteBuffer buf)Appends anotherByteBufferto this buffer.ByteBufferByteBuffer. append(String str)Appends aStringto the buffer.ByteBufferByteBuffer. append_i(int b)Appends anint.ByteBufferByteBuffer. appendHex(byte b)ByteBufferPdfContentByte. getInternalBuffer()Gets the internal buffer.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type ByteBuffer Modifier and Type Method Description ByteBufferByteBuffer. append(ByteBuffer buf)Appends anotherByteBufferto this buffer.static StringByteBuffer. formatDouble(double d, ByteBuffer buf)Outputs adoubleinto a format suitable for the PDF.
-