Uses of Class
com.aowagie.text.pdf.ByteBuffer
Packages that use ByteBuffer
-
Uses of ByteBuffer in com.aowagie.text.pdf
Fields in com.aowagie.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.aowagie.text.pdf that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.append
(byte b) (package private) ByteBuffer
ByteBuffer.append
(byte[] b) Appends an array of bytes.(package private) ByteBuffer
ByteBuffer.append
(byte[] b, int off, int len) Appends the subarray of thebyte
array.(package private) ByteBuffer
ByteBuffer.append
(char c) Appends achar
to the buffer.private ByteBuffer
ByteBuffer.append
(double d) Appends a string representation of adouble
according to the Pdf conventions.(package private) ByteBuffer
ByteBuffer.append
(float i) Appends a string representation of afloat
according to the Pdf conventions.(package private) ByteBuffer
ByteBuffer.append
(int i) Appends the string representation of anint
.(package private) ByteBuffer
ByteBuffer.append
(ByteBuffer buf) Appends anotherByteBuffer
to this buffer.(package private) ByteBuffer
Appends aString
to the buffer.ByteBuffer.append_i
(int b) Appends anint
.(package private) ByteBuffer
ByteBuffer.appendHex
(byte b) PdfContentByte.getInternalBuffer()
Gets the internal buffer.Methods in com.aowagie.text.pdf with parameters of type ByteBufferModifier and TypeMethodDescription(package private) ByteBuffer
ByteBuffer.append
(ByteBuffer buf) Appends anotherByteBuffer
to this buffer.private void
PdfCopy.PageStamp.applyRotation
(PdfDictionary pageN, ByteBuffer out) private void
PdfStamperImp.applyRotation
(PdfDictionary pageN, ByteBuffer out) private static void
PdfContentByte.escapeString
(byte[] b, ByteBuffer content) Escapes abyte
array according to the PDF conventions.private static String
ByteBuffer.formatDouble
(double d, ByteBuffer buf) Outputs adouble
into a format suitable for the PDF.(package private) void
PdfSignatureAppearance.setSigout
(ByteBuffer sigout) -
Uses of ByteBuffer in com.aowagie.text.pdf.codec
Fields in com.aowagie.text.pdf.codec declared as ByteBuffer