Uses of Class
com.lowagie.text.pdf.ByteBuffer
Packages that use ByteBuffer
-
Uses of ByteBuffer in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as ByteBufferModifier and TypeFieldDescriptionprotected ByteBufferPdfContentByte.contentDeprecated.This is the actual contentprivate ByteBufferPdfWriter.PdfBody.indexprivate ByteBufferPdfSignatureAppearance.sigoutDeprecated.private ByteBufferPdfWriter.PdfBody.streamObjectsMethods in com.lowagie.text.pdf that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.append(byte b) Deprecated.ByteBuffer.append(byte[] b) Deprecated.Appends an array of bytes.ByteBuffer.append(byte[] b, int off, int len) Deprecated.Appends the subarray of thebytearray.ByteBuffer.append(char c) Deprecated.Appends acharto the buffer.ByteBuffer.append(double d) Deprecated.Appends a string representation of adoubleaccording to the Pdf conventions.ByteBuffer.append(float i) Deprecated.Appends a string representation of afloataccording to the Pdf conventions.ByteBuffer.append(int i) Deprecated.Appends the string representation of anint.ByteBuffer.append(long l) Deprecated.Appends the string representation of along.ByteBuffer.append(ByteBuffer buf) Deprecated.Appends anotherByteBufferto this buffer.Deprecated.Appends aStringto the buffer.ByteBuffer.append_i(int b) Deprecated.Appends anint.ByteBuffer.appendHex(byte b) Deprecated.PdfContentByte.getInternalBuffer()Deprecated.Gets the internal buffer.(package private) ByteBufferPdfSignatureAppearance.getSigout()Deprecated.Methods in com.lowagie.text.pdf with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.append(ByteBuffer buf) Deprecated.Appends anotherByteBufferto this buffer.(package private) voidPdfCopy.PageStamp.applyRotation(PdfDictionary pageN, ByteBuffer out) (package private) voidPdfStamperImp.applyRotation(PdfDictionary pageN, ByteBuffer out) Deprecated.(package private) static voidPdfContentByte.escapeAndAppendString(byte[] b, ByteBuffer content) Deprecated.Escapes abytearray according to the PDF conventions and append it tocontentstatic StringByteBuffer.formatDouble(double d, ByteBuffer buf) Deprecated.Outputs adoubleinto a format suitable for the PDF.private voidPdfGraphics2D.internalDispose(ByteBuffer buf) Deprecated.private voidPdfSmartCopy.ByteStore.serArray(PdfArray array, int level, ByteBuffer bb) private voidPdfSmartCopy.ByteStore.serDic(PdfDictionary dic, int level, ByteBuffer bb) private voidPdfSmartCopy.ByteStore.serObject(PdfObject obj, int level, ByteBuffer bb) (package private) voidPdfSignatureAppearance.setSigout(ByteBuffer sigout) Deprecated. -
Uses of ByteBuffer in com.lowagie.text.pdf.codec
Fields in com.lowagie.text.pdf.codec declared as ByteBuffer