|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.jboss.marshalling.SimpleByteInput
org.jboss.marshalling.ByteInputStream
org.jboss.marshalling.SimpleDataInput
org.jboss.marshalling.AbstractObjectInput
org.jboss.marshalling.AbstractUnmarshaller
org.jboss.marshalling.river.RiverUnmarshaller
org.infinispan.marshall.jboss.ExtendedRiverUnmarshaller
public class ExtendedRiverUnmarshaller
An extended RiverUnmarshaller that allows Infinispan StreamingMarshaller
instances to travel down the stack to potential externalizer implementations
that might need it, such as MarshalledValue.Externalizer
| Field Summary |
|---|
| Fields inherited from class org.jboss.marshalling.AbstractUnmarshaller |
|---|
classExternalizerFactory, classResolver, classTable, configuredVersion, exceptionListener, externalizerCreator, objectResolver, objectTable, serializabilityChecker, serializedCreator, streamHeader |
| Fields inherited from class org.jboss.marshalling.SimpleDataInput |
|---|
buffer, limit, position |
| Fields inherited from class org.jboss.marshalling.ByteInputStream |
|---|
byteInput |
| Constructor Summary | |
|---|---|
protected |
ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
org.jboss.marshalling.reflect.SerializableClassRegistry registry,
org.jboss.marshalling.MarshallingConfiguration cfg)
|
| Method Summary | |
|---|---|
void |
finish()
|
StreamingMarshaller |
getInfinispanMarshaller()
|
void |
setInfinispanMarshaller(StreamingMarshaller infinispanMarshaller)
|
| Methods inherited from class org.jboss.marshalling.river.RiverUnmarshaller |
|---|
clearClassCache, clearInstanceCache, close, doReadNewObject, doReadObject, readFields, readString, readUTF, start |
| Methods inherited from class org.jboss.marshalling.AbstractObjectInput |
|---|
readObject, readObject, readObjectUnshared, readObjectUnshared |
| Methods inherited from class org.jboss.marshalling.SimpleDataInput |
|---|
available, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readIntDirect, readLine, readLong, readLongDirect, readShort, readUnsignedByte, readUnsignedByteDirect, readUnsignedShort, skip, skipBytes |
| Methods inherited from class java.io.InputStream |
|---|
mark, markSupported, reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.marshalling.Unmarshaller |
|---|
readObject, readObjectUnshared, readObjectUnshared |
| Methods inherited from interface java.io.ObjectInput |
|---|
available, read, read, read, readObject, skip |
| Methods inherited from interface java.io.DataInput |
|---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, skipBytes |
| Methods inherited from interface org.jboss.marshalling.ByteInput |
|---|
available, read, read, read, skip |
| Constructor Detail |
|---|
protected ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
org.jboss.marshalling.reflect.SerializableClassRegistry registry,
org.jboss.marshalling.MarshallingConfiguration cfg)
| Method Detail |
|---|
public StreamingMarshaller getInfinispanMarshaller()
public void setInfinispanMarshaller(StreamingMarshaller infinispanMarshaller)
public void finish()
throws IOException
finish in interface org.jboss.marshalling.Unmarshallerfinish in class org.jboss.marshalling.river.RiverUnmarshallerIOException
|
--> | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||