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 ByteBufferPdfContentByte.contentThis is the actual contentprivate ByteBufferPdfWriter.PdfBody.indexprivate ByteBufferPdfSignatureAppearance.sigoutprivate ByteBufferPdfWriter.PdfBody.streamObjectsMethods 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 thebytearray.ByteBuffer.append(char c) Appends acharto the buffer.ByteBuffer.append(double d) Appends a string representation of adoubleaccording to the Pdf conventions.ByteBuffer.append(float i) Appends a string representation of afloataccording to the Pdf conventions.ByteBuffer.append(int i) Appends the string representation of anint.ByteBuffer.append(ByteBuffer buf) Appends anotherByteBufferto this buffer.Appends aStringto the buffer.ByteBuffer.append_i(int b) Appends anint.ByteBuffer.appendHex(byte b) PdfContentByte.getInternalBuffer()Gets the internal buffer.(package private) ByteBufferPdfSignatureAppearance.getSigout()Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.append(ByteBuffer buf) Appends anotherByteBufferto this buffer.(package private) voidPdfStamperImp.applyRotation(PdfDictionary pageN, ByteBuffer out) (package private) static voidPdfContentByte.escapeString(byte[] b, ByteBuffer content) Escapes abytearray according to the PDF conventions.static StringByteBuffer.formatDouble(double d, ByteBuffer buf) Outputs adoubleinto a format suitable for the PDF.(package private) voidPdfSignatureAppearance.setSigout(ByteBuffer sigout)