Uses of Class
com.aowagie.text.pdf.ByteBuffer
-
Packages that use ByteBuffer Package Description com.aowagie.text.pdf com.aowagie.text.pdf.codec -
-
Uses of ByteBuffer in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as ByteBuffer Modifier and Type Field Description protected 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 ByteBuffer Modifier and Type Method Description ByteBuffer
ByteBuffer. 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
ByteBuffer. append(java.lang.String str)
Appends aString
to the buffer.ByteBuffer
ByteBuffer. append_i(int b)
Appends anint
.(package private) ByteBuffer
ByteBuffer. appendHex(byte b)
ByteBuffer
PdfContentByte. getInternalBuffer()
Gets the internal buffer.Methods in com.aowagie.text.pdf with parameters of type ByteBuffer Modifier and Type Method Description (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 java.lang.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 Modifier and Type Field Description private ByteBuffer
CCITTG4Encoder. outBuf
-