Uses of Class
com.itextpdf.io.source.ByteBuffer
-
Packages that use ByteBuffer Package Description com.itextpdf.io.codec com.itextpdf.io.font com.itextpdf.io.source com.itextpdf.io.util com.itextpdf.kernel.font com.itextpdf.kernel.pdf -
-
Uses of ByteBuffer in com.itextpdf.io.codec
Fields in com.itextpdf.io.codec declared as ByteBuffer Modifier and Type Field Description private ByteBufferCCITTG4Encoder. outBuf -
Uses of ByteBuffer in com.itextpdf.io.font
Methods in com.itextpdf.io.font with parameters of type ByteBuffer Modifier and Type Method Description voidCMapEncoding. fillCmapBytes(int cid, ByteBuffer buffer) -
Uses of ByteBuffer in com.itextpdf.io.source
Fields in com.itextpdf.io.source declared as ByteBuffer Modifier and Type Field Description private ByteBufferHighPrecisionOutputStream. numBufferprotected ByteBufferPdfTokenizer. outBufMethods in com.itextpdf.io.source that return ByteBuffer Modifier and Type Method Description ByteBufferByteBuffer. append(byte b)ByteBufferByteBuffer. append(byte[] b)ByteBufferByteBuffer. append(byte[] b, int off, int len)ByteBufferByteBuffer. append(int b)ByteBufferByteBuffer. append(java.lang.String str)ByteBufferByteBuffer. appendHex(byte b)(package private) ByteBufferByteBuffer. prepend(byte b)FillByteBufferfrom the end.(package private) ByteBufferByteBuffer. prepend(byte[] b)FillByteBufferfrom the end.ByteBufferByteBuffer. reset()Methods in com.itextpdf.io.source with parameters of type ByteBuffer Modifier and Type Method Description static 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 ByteBuffer Modifier and Type Method Description static 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 ByteBuffer Modifier and Type Method Description private voidPdfType0Font. convertToBytes(Glyph glyph, ByteBuffer result) -
Uses of ByteBuffer in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as ByteBuffer Modifier and Type Field Description private ByteBufferPdfReader.ReusableRandomAccessSource. bufferMethods in com.itextpdf.kernel.pdf with parameters of type ByteBuffer Modifier and Type Method Description private voidSmartModePdfObjectsSerializer. serArray(PdfArray array, ByteBuffer bb, int level, java.util.Map<PdfIndirectReference,byte[]> serializedCache)private voidSmartModePdfObjectsSerializer. serDic(PdfDictionary dic, ByteBuffer bb, int level, java.util.Map<PdfIndirectReference,byte[]> serializedCache)private voidSmartModePdfObjectsSerializer. serObject(PdfObject obj, ByteBuffer bb, int level, java.util.Map<PdfIndirectReference,byte[]> serializedCache)Constructors in com.itextpdf.kernel.pdf with parameters of type ByteBuffer Constructor Description ReusableRandomAccessSource(ByteBuffer buffer)
-