Class ExtendedRiverUnmarshaller
java.lang.Object
java.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.jboss.marshalling.commons.ExtendedRiverUnmarshaller
- All Implemented Interfaces:
Closeable
,DataInput
,ObjectInput
,AutoCloseable
,org.jboss.marshalling.ByteInput
,org.jboss.marshalling.Unmarshaller
@Deprecated
public class ExtendedRiverUnmarshaller
extends org.jboss.marshalling.river.RiverUnmarshaller
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11947.
An extended
RiverUnmarshaller
that allows to track lifecycle of
unmarshaller so that pools can be notified when not in use any more.- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ExtendedRiverUnmarshaller
(org.jboss.marshalling.river.RiverMarshallerFactory factory, org.jboss.marshalling.reflect.SerializableClassRegistry registry, org.jboss.marshalling.MarshallingConfiguration cfg) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
finish()
Deprecated.int
Deprecated.Returns number unread buffered bytes.
-
Constructor Details
-
ExtendedRiverUnmarshaller
protected ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory, org.jboss.marshalling.reflect.SerializableClassRegistry registry, org.jboss.marshalling.MarshallingConfiguration cfg) Deprecated.
-
-
Method Details
-
finish
Deprecated.- Throws:
IOException
-
getUnreadBufferedCount
public int getUnreadBufferedCount()Deprecated.Returns number unread buffered bytes.
-