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