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 voidPdfGraphics2D. 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 ByteBufferPdfContentByte. contentThis is the actual contentprotected ByteBufferPdfWriter.PdfBody. indexprivate ByteBufferPdfSignatureAppearance. sigoutA byte buffer containing the bytes of the Stamper.protected ByteBufferPdfWriter.PdfBody. streamObjectsMethods in com.itextpdf.text.pdf that return ByteBuffer Modifier and Type Method Description ByteBufferByteBuffer. append(byte b)ByteBufferByteBuffer. append(byte[] b)Appends an array of bytes.ByteBufferByteBuffer. append(byte[] b, int off, int len)Appends the subarray of thebytearray.ByteBufferByteBuffer. append(char c)Appends acharto the buffer.ByteBufferByteBuffer. append(double d)Appends a string representation of adoubleaccording to the Pdf conventions.ByteBufferByteBuffer. append(float i)Appends a string representation of afloataccording to the Pdf conventions.ByteBufferByteBuffer. append(int i)Appends the string representation of anint.ByteBufferByteBuffer. append(long i)Appends the string representation of along.ByteBufferByteBuffer. append(ByteBuffer buf)Appends anotherByteBufferto this buffer.ByteBufferByteBuffer. append(java.lang.String str)Appends aStringto the buffer.ByteBufferByteBuffer. append_i(int b)Appends anint.ByteBufferByteBuffer. appendHex(byte b)ByteBufferPdfContentByte. getInternalBuffer()Gets the internal buffer.(package private) ByteBufferPdfSignatureAppearance. getSigout()Getter for the byte buffer.Methods in com.itextpdf.text.pdf with parameters of type ByteBuffer Modifier and Type Method Description ByteBufferByteBuffer. append(ByteBuffer buf)Appends anotherByteBufferto this buffer.(package private) voidPdfCopy.PageStamp. applyRotation(PdfDictionary pageN, ByteBuffer out)(package private) voidPdfStamperImp. applyRotation(PdfDictionary pageN, ByteBuffer out)static voidStringUtils. escapeString(byte[] bytes, ByteBuffer content)Escapes abytearray according to the PDF conventions.static java.lang.StringByteBuffer. formatDouble(double d, ByteBuffer buf)Outputs adoubleinto a format suitable for the PDF.private voidPdfSmartCopy.ByteStore. serArray(PdfArray array, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)private voidPdfSmartCopy.ByteStore. serDic(PdfDictionary dic, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)private voidPdfSmartCopy.ByteStore. serObject(PdfObject obj, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)(package private) voidPdfSignatureAppearance. 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 ByteBufferCCITTG4Encoder. outBuf
-