public class ExtendedRiverUnmarshaller
extends org.jboss.marshalling.river.RiverUnmarshaller
RiverUnmarshaller that allows to track lifecycle of
unmarshaller so that pools can be notified when not in use any more.| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
org.jboss.marshalling.reflect.SerializableClassRegistry registry,
org.jboss.marshalling.MarshallingConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
int |
getUnreadBufferedCount()
Returns number unread buffered bytes.
|
clearClassCache, clearInstanceCache, close, discardFields, doReadNewObject, doReadObject, readFields, readString, readUTF, startreadObject, readObject, readObjectUnshared, readObjectUnsharedavailable, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readIntDirect, readLine, readLong, readLongDirect, readShort, readUnsignedByte, readUnsignedByteDirect, readUnsignedShort, skip, skipBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadObject, readObjectUnshared, readObjectUnsharedprotected ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
org.jboss.marshalling.reflect.SerializableClassRegistry registry,
org.jboss.marshalling.MarshallingConfiguration cfg)
public void finish()
throws java.io.IOException
finish in interface org.jboss.marshalling.Unmarshallerfinish in class org.jboss.marshalling.river.RiverUnmarshallerjava.io.IOExceptionpublic int getUnreadBufferedCount()