Uses of Class
com.itextpdf.io.source.ByteBuffer
Packages that use ByteBuffer
Package
Description
-
Uses of ByteBuffer in com.itextpdf.io.codec
Fields in com.itextpdf.io.codec declared as ByteBuffer -
Uses of ByteBuffer in com.itextpdf.io.font
Methods in com.itextpdf.io.font with parameters of type ByteBuffer -
Uses of ByteBuffer in com.itextpdf.io.source
Fields in com.itextpdf.io.source declared as ByteBufferModifier and TypeFieldDescriptionprivate final ByteBufferHighPrecisionOutputStream.numBufferprotected ByteBufferPdfTokenizer.outBufMethods in com.itextpdf.io.source that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.append(byte b) ByteBuffer.append(byte[] b) ByteBuffer.append(byte[] b, int off, int len) ByteBuffer.append(int b) ByteBuffer.appendHex(byte b) (package private) ByteBufferByteBuffer.prepend(byte b) FillByteBufferfrom the end.(package private) ByteBufferByteBuffer.prepend(byte[] b) FillByteBufferfrom the end.ByteBuffer.reset()Methods in com.itextpdf.io.source with parameters of type ByteBufferModifier and TypeMethodDescriptionstatic booleanPdfTokenizer.checkTrailer(ByteBuffer line) Checks whetherlineequals to 'trailer'.(package private) static byte[]ByteUtils.getIsoBytes(double d, ByteBuffer buffer) (package private) static byte[]ByteUtils.getIsoBytes(double d, ByteBuffer buffer, boolean highPrecision) (package private) static byte[]ByteUtils.getIsoBytes(int n, ByteBuffer buffer) booleanPdfTokenizer.readLineSegment(ByteBuffer buffer) Reads data into the provided byte[].booleanPdfTokenizer.readLineSegment(ByteBuffer buffer, boolean isNullWhitespace) Reads data into the provided byte[]. -
Uses of ByteBuffer in com.itextpdf.io.util
Methods in com.itextpdf.io.util that return ByteBufferModifier and TypeMethodDescriptionstatic ByteBufferStreamUtil.createBufferedEscapedString(byte[] bytes) static ByteBufferStreamUtil.createBufferedHexedString(byte[] bytes) -
Uses of ByteBuffer in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type ByteBufferModifier and TypeMethodDescriptionprivate voidPdfType0Font.convertToBytes(Glyph glyph, ByteBuffer result) -
Uses of ByteBuffer in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as ByteBufferMethods in com.itextpdf.kernel.pdf with parameters of type ByteBufferModifier and TypeMethodDescriptionprivate voidSmartModePdfObjectsSerializer.serArray(PdfArray array, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) private voidSmartModePdfObjectsSerializer.serDic(PdfDictionary dic, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) private voidSmartModePdfObjectsSerializer.serObject(PdfObject obj, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) Constructors in com.itextpdf.kernel.pdf with parameters of type ByteBuffer