org.objectweb.jeremie.presentation.std
Class StdMarshallerFactory.StdUnMarshallerD

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdUnMarshaller
          extended byorg.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdUnMarshallerD
All Implemented Interfaces:
JRMIUnMarshaller, org.objectweb.jonathan.presentation.api.UnMarshaller
Enclosing class:
StdMarshallerFactory

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
StdMarshallerFactory.StdUnMarshallerD(org.objectweb.jonathan.resources.api.ChunkProvider message)
           
 
Method Summary
 void close()
           
protected  void prepare()
           
 
Methods inherited from class org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdUnMarshaller
available, bytesRead, getContext, inputStream, isLittleEndian, read, read, readBoolean, readByte, readByteArray, readChar16, readChar8, readDouble, readException, readFloat, readInt, readLong, readMethod, readParameters, readReference, readResult, readShort, readString16, readString8, readValue, setByteOrder, setSize, skip
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdMarshallerFactory.StdUnMarshallerD

public StdMarshallerFactory.StdUnMarshallerD(org.objectweb.jonathan.resources.api.ChunkProvider message)
Method Detail

prepare

protected void prepare()
                throws org.objectweb.jonathan.apis.kernel.JonathanException
Overrides:
prepare in class StdMarshallerFactory.StdUnMarshaller
Throws:
org.objectweb.jonathan.apis.kernel.JonathanException

close

public void close()
Specified by:
close in interface org.objectweb.jonathan.presentation.api.UnMarshaller
Overrides:
close in class StdMarshallerFactory.StdUnMarshaller