Package | Description |
---|---|
jadex.commons.transformation.binaryserializer |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorReporter
Reporter receiving errors encountered during decoding and throws them.
|
Modifier and Type | Method and Description |
---|---|
IErrorReporter |
DecodingContext.getErrorReporter()
Gets the error reporter.
|
Modifier and Type | Method and Description |
---|---|
static Object |
BinarySerializer.objectFromByteArray(byte[] val,
List<IDecoderHandler> postprocessors,
Object usercontext,
ClassLoader classloader,
IErrorReporter errorreporter)
Convert a byte array to an object.
|
static Object |
BinarySerializer.objectFromByteArrayInputStream(ByteArrayInputStream bais,
List<IDecoderHandler> postprocessors,
Object usercontext,
ClassLoader classloader,
IErrorReporter errorreporter)
Convert a byte array to an object.
|
Constructor and Description |
---|
DecodingContext(byte[] content,
List<IDecoderHandler> postprocessors,
Object usercontext,
ClassLoader classloader,
IErrorReporter errorreporter)
Creates a new DecodingContext.
|
DecodingContext(byte[] content,
List<IDecoderHandler> postprocessors,
Object usercontext,
ClassLoader classloader,
IErrorReporter errorreporter,
int offset)
Creates a new DecodingContext with specific offset.
|
Copyright © 2012. All Rights Reserved.