Package | Description |
---|---|
com.itextpdf.io.source | |
com.itextpdf.io.util | |
com.itextpdf.kernel.pdf |
Modifier and Type | Field and Description |
---|---|
protected ByteBuffer |
PdfTokenizer.outBuf |
Modifier and Type | Method and 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(String str) |
ByteBuffer |
ByteBuffer.appendHex(byte b) |
ByteBuffer |
ByteBuffer.reset() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PdfTokenizer.checkTrailer(ByteBuffer line)
Checks whether line equals to 'trailer'.
|
boolean |
PdfTokenizer.readLineSegment(ByteBuffer buffer)
Reads data into the provided byte[].
|
boolean |
PdfTokenizer.readLineSegment(ByteBuffer buffer, boolean isNullWhitespace)
Reads data into the provided byte[].
|
Constructor and Description |
---|
ReusableRandomAccessSource(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
StreamUtil.createBufferedEscapedString(byte[] bytes) |
static ByteBuffer |
StreamUtil.createBufferedHexedString(byte[] bytes) |
Constructor and Description |
---|
ReusableRandomAccessSource(ByteBuffer buffer) |
Copyright © 1998–2018 iText Group NV. All rights reserved.