Package | Description |
---|---|
jadex.bridge.service.types.message | |
jadex.commons.transformation.binaryserializer | |
jadex.xml.bean |
Modifier and Type | Method and Description |
---|---|
Object |
IContentCodec.decode(byte[] val,
ClassLoader classloader,
Map<Class<?>,Object[]> info,
IErrorReporter rep)
Decode data with the codec.
|
Object |
ICodec.decode(Object bytes,
ClassLoader classloader,
IErrorReporter rep)
Decode data with the codec.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorReporter
Reporter receiving errors encountered during decoding and throws them.
|
Modifier and Type | Field and Description |
---|---|
static IErrorReporter |
IErrorReporter.IGNORE
A default error reporter that ignores errors.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Object |
JavaReader.objectFromByteArray(byte[] val,
ClassLoader classloader,
IErrorReporter rep)
Convert a byte array (of an xml) to an object.
|
static Object |
JavaReader.objectFromByteArray(byte[] val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler,
IErrorReporter rep)
Convert a byte array (of an xml) to an object.
|
static Object |
JavaReader.objectFromInputStream(InputStream val,
ClassLoader classloader,
IErrorReporter rep)
Convert a byte array (of an xml) to an object.
|
static Object |
JavaReader.objectFromInputStream(InputStream val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler,
IErrorReporter rep)
Convert a byte array (of an xml) to an object.
|
Copyright © 2013. All Rights Reserved.