Uses of Class
com.itextpdf.text.pdf.ByteBuffer
-
Packages that use ByteBuffer Package Description com.itextpdf.awt com.itextpdf.text.pdf com.itextpdf.text.pdf.codec -
-
Uses of ByteBuffer in com.itextpdf.awt
Methods in com.itextpdf.awt with parameters of type ByteBuffer Modifier and Type Method Description private void
PdfGraphics2D. internalDispose(ByteBuffer buf)
-
Uses of ByteBuffer in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ByteBuffer Modifier and Type Field Description protected ByteBuffer
PdfContentByte. content
This is the actual contentprotected ByteBuffer
PdfWriter.PdfBody. index
private ByteBuffer
PdfSignatureAppearance. sigout
A byte buffer containing the bytes of the Stamper.protected ByteBuffer
PdfWriter.PdfBody. streamObjects
Methods in com.itextpdf.text.pdf that return ByteBuffer Modifier and Type Method Description ByteBuffer
ByteBuffer. append(byte b)
ByteBuffer
ByteBuffer. append(byte[] b)
Appends an array of bytes.ByteBuffer
ByteBuffer. append(byte[] b, int off, int len)
Appends the subarray of thebyte
array.ByteBuffer
ByteBuffer. append(char c)
Appends achar
to the buffer.ByteBuffer
ByteBuffer. append(double d)
Appends a string representation of adouble
according to the Pdf conventions.ByteBuffer
ByteBuffer. append(float i)
Appends a string representation of afloat
according to the Pdf conventions.ByteBuffer
ByteBuffer. append(int i)
Appends the string representation of anint
.ByteBuffer
ByteBuffer. append(long i)
Appends the string representation of along
.ByteBuffer
ByteBuffer. append(ByteBuffer buf)
Appends anotherByteBuffer
to this buffer.ByteBuffer
ByteBuffer. append(java.lang.String str)
Appends aString
to the buffer.ByteBuffer
ByteBuffer. append_i(int b)
Appends anint
.ByteBuffer
ByteBuffer. appendHex(byte b)
ByteBuffer
PdfContentByte. getInternalBuffer()
Gets the internal buffer.(package private) ByteBuffer
PdfSignatureAppearance. getSigout()
Getter for the byte buffer.Methods in com.itextpdf.text.pdf with parameters of type ByteBuffer Modifier and Type Method Description ByteBuffer
ByteBuffer. 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)
static void
StringUtils. escapeString(byte[] bytes, ByteBuffer content)
Escapes abyte
array according to the PDF conventions.static java.lang.String
ByteBuffer. formatDouble(double d, ByteBuffer buf)
Outputs adouble
into a format suitable for the PDF.private void
PdfSmartCopy.ByteStore. serArray(PdfArray array, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)
private void
PdfSmartCopy.ByteStore. serDic(PdfDictionary dic, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)
private void
PdfSmartCopy.ByteStore. serObject(PdfObject obj, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)
(package private) void
PdfSignatureAppearance. setSigout(ByteBuffer sigout)
Setter for the byte buffer. -
Uses of ByteBuffer in com.itextpdf.text.pdf.codec
Fields in com.itextpdf.text.pdf.codec declared as ByteBuffer Modifier and Type Field Description private ByteBuffer
CCITTG4Encoder. outBuf
-