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 ByteBuffer
PdfContentByte.content
This is the actual contentprivate ByteBuffer
PdfWriter.PdfBody.index
private ByteBuffer
PdfSignatureAppearance.sigout
private ByteBuffer
PdfWriter.PdfBody.streamObjects
Methods in 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
(long l) Appends the string representation of along
.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.lowagie.text.pdf with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.append
(ByteBuffer buf) Appends anotherByteBuffer
to this buffer.(package private) void
PdfCopy.PageStamp.applyRotation
(PdfDictionary pageN, ByteBuffer out) (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.private void
PdfGraphics2D.internalDispose
(ByteBuffer buf) private void
PdfSmartCopy.ByteStore.serArray
(PdfArray array, int level, ByteBuffer bb) private void
PdfSmartCopy.ByteStore.serDic
(PdfDictionary dic, int level, ByteBuffer bb) private void
PdfSmartCopy.ByteStore.serObject
(PdfObject obj, int level, ByteBuffer bb) (package private) void
PdfSignatureAppearance.setSigout
(ByteBuffer sigout) -
Uses of ByteBuffer in com.lowagie.text.pdf.codec
Fields in com.lowagie.text.pdf.codec declared as ByteBuffer