Modifier and Type | Method and Description |
---|---|
byte[] |
Chunk.fill(long upToPosition)
Copy data from the input source to the chunk buffer.
|
void |
Chunk.skip(long upToPosition)
Skip reading data from the input source up to a specified position.
|
Constructor and Description |
---|
Chunk(DataInput input,
int offset,
byte[] reusableBuffer) |
Modifier and Type | Method and Description |
---|---|
static IPoolFactory<?> |
GlobalObjectPool.getFactory(ContentTypeDescriptor contentType,
LoaderContext context) |
Modifier and Type | Method and Description |
---|---|
ValueDescriptor[] |
ValueDescriptor.getChildren() |
DataType |
ValueDescriptor.getInnerDataType() |
Modifier and Type | Method and Description |
---|---|
static void |
ParserToolkit.assertValue(long value,
long accepted) |
static void |
ParserToolkit.assertValue(Object value,
Object... accepted) |
static void |
ParserToolkit.assertValue(Object value,
Object accepted) |
static <T> T |
ParserToolkit.get(T[] elements,
int index) |
Copyright © 2020. All rights reserved.