org.objectweb.jeremie.presentation.std

Class StdMarshallerFactory.StdUnMarshallerD

Enclosing Class:
StdMarshallerFactory
Implemented Interfaces:
JRMIUnMarshaller, UnMarshaller

public class StdMarshallerFactory.StdUnMarshallerD
extends StdMarshallerFactory.StdUnMarshaller

StdUnMarshaller is an (abstract) implementation of UnMarshaller.

Field Summary

Fields inherited from class org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdUnMarshaller

context, first, is, last_offset, little_endian, offset

Constructor Summary

StdUnMarshallerD(ChunkProvider message)

Method Summary

void
close()
protected void
prepare()

Methods inherited from class org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdUnMarshaller

available, bytesRead, close, getContext, inputStream, isLittleEndian, prepare, read, read, readBoolean, readByte, readByteArray, readChar16, readChar8, readDouble, readException, readFloat, readInt, readLong, readMethod, readParameters, readReference, readResult, readShort, readString16, readString8, readValue, setByteOrder, setSize, skip

Constructor Details

StdUnMarshallerD

public StdUnMarshallerD(ChunkProvider message)

Method Details

close

public void close()
Overrides:
close in interface StdMarshallerFactory.StdUnMarshaller


prepare

protected void prepare()
            throws JonathanException
Overrides:
prepare in interface StdMarshallerFactory.StdUnMarshaller