Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.ByteBuffer
Packages that use ByteBuffer
-
Uses of ByteBuffer in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as ByteBufferModifier and TypeFieldDescriptionprotected ByteBuffer
PdfContentByte.content
This is the actual contentprivate ByteBuffer
PdfWriter.PdfBody.index
private ByteBuffer
PdfSignatureAppearance.sigout
private ByteBuffer
PdfWriter.PdfBody.streamObjects
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.append
(byte b) ByteBuffer.append
(byte[] b) Appends an array of bytes.ByteBuffer.append
(byte[] b, int off, int len) Appends the subarray of thebyte
array.ByteBuffer.append
(char c) Appends achar
to the buffer.ByteBuffer.append
(double d) Appends a string representation of adouble
according to the Pdf conventions.ByteBuffer.append
(float i) Appends a string representation of afloat
according to the Pdf conventions.ByteBuffer.append
(int i) Appends the string representation of anint
.ByteBuffer.append
(ByteBuffer buf) Appends anotherByteBuffer
to this buffer.Appends aString
to the buffer.ByteBuffer.append_i
(int b) Appends anint
.ByteBuffer.appendHex
(byte b) PdfContentByte.getInternalBuffer()
Gets the internal buffer.(package private) ByteBuffer
PdfSignatureAppearance.getSigout()
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.append
(ByteBuffer buf) Appends anotherByteBuffer
to this buffer.(package private) void
PdfStamperImp.applyRotation
(PdfDictionary pageN, ByteBuffer out) (package private) static void
PdfContentByte.escapeString
(byte[] b, 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.(package private) void
PdfSignatureAppearance.setSigout
(ByteBuffer sigout)