Uses of Class
org.jboss.marshalling.river.BlockUnmarshaller
-
Packages that use BlockUnmarshaller Package Description org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of BlockUnmarshaller in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as BlockUnmarshaller Modifier and Type Field Description private BlockUnmarshaller
RiverObjectInputStream. blockUnmarshaller
private BlockUnmarshaller
RiverUnmarshaller. blockUnmarshaller
Methods in org.jboss.marshalling.river that return BlockUnmarshaller Modifier and Type Method Description private BlockUnmarshaller
RiverUnmarshaller. getBlockUnmarshaller()
Constructors in org.jboss.marshalling.river with parameters of type BlockUnmarshaller Constructor Description RiverObjectInputStream(RiverUnmarshaller riverUnmarshaller, BlockUnmarshaller delegateUnmarshaller)
-