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 ByteBuffer
OutputStream.numBuffer
protected ByteBuffer
PdfTokenizer.outBuf
Methods 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) ByteBuffer
ByteBuffer.prepend
(byte b) FillByteBuffer
from the end.(package private) ByteBuffer
ByteBuffer.prepend
(byte[] b) FillByteBuffer
from the end.ByteBuffer.reset()
Methods in com.itextpdf.io.source with parameters of type ByteBufferModifier and TypeMethodDescriptionstatic 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 ByteBufferModifier and TypeMethodDescriptionstatic 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 ByteBufferModifier and TypeMethodDescriptionprivate void
PdfType0Font.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 void
SmartModePdfObjectsSerializer.serArray
(PdfArray array, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) private void
SmartModePdfObjectsSerializer.serDic
(PdfDictionary dic, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) private void
SmartModePdfObjectsSerializer.serObject
(PdfObject obj, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) Constructors in com.itextpdf.kernel.pdf with parameters of type ByteBuffer