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 ByteBuffer
CCITTG4Encoder. 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 void
CMapEncoding. 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 ByteBuffer
HighPrecisionOutputStream. numBuffer
protected ByteBuffer
PdfTokenizer. outBuf
Methods in com.itextpdf.io.source that return ByteBuffer Modifier and Type Method Description ByteBuffer
ByteBuffer. append(byte b)
ByteBuffer
ByteBuffer. append(byte[] b)
ByteBuffer
ByteBuffer. append(byte[] b, int off, int len)
ByteBuffer
ByteBuffer. append(int b)
ByteBuffer
ByteBuffer. append(java.lang.String str)
ByteBuffer
ByteBuffer. appendHex(byte b)
(package private) ByteBuffer
ByteBuffer. prepend(byte b)
FillByteBuffer
from the end.(package private) ByteBuffer
ByteBuffer. prepend(byte[] b)
FillByteBuffer
from the end.ByteBuffer
ByteBuffer. reset()
Methods in com.itextpdf.io.source with parameters of type ByteBuffer Modifier and Type Method Description static boolean
PdfTokenizer. checkTrailer(ByteBuffer line)
Checks whetherline
equals 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)
boolean
PdfTokenizer. readLineSegment(ByteBuffer buffer)
Reads data into the provided byte[].boolean
PdfTokenizer. 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 ByteBuffer
StreamUtil. createBufferedEscapedString(byte[] bytes)
static ByteBuffer
StreamUtil. 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 void
PdfType0Font. 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 ByteBuffer
PdfReader.ReusableRandomAccessSource. buffer
Methods in com.itextpdf.kernel.pdf with parameters of type ByteBuffer Modifier and Type Method Description private void
SmartModePdfObjectsSerializer. serArray(PdfArray array, ByteBuffer bb, int level, java.util.Map<PdfIndirectReference,byte[]> serializedCache)
private void
SmartModePdfObjectsSerializer. serDic(PdfDictionary dic, ByteBuffer bb, int level, java.util.Map<PdfIndirectReference,byte[]> serializedCache)
private void
SmartModePdfObjectsSerializer. 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)
-