Uses of Class
org.jboss.marshalling.river.RiverObjectOutputStream
-
Packages that use RiverObjectOutputStream Package Description org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of RiverObjectOutputStream in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as RiverObjectOutputStream Modifier and Type Field Description private RiverObjectOutputStream
RiverMarshaller. objectOutputStream
Fields in org.jboss.marshalling.river with type parameters of type RiverObjectOutputStream Modifier and Type Field Description private java.security.PrivilegedExceptionAction<RiverObjectOutputStream>
RiverMarshaller. createObjectOutputStreamAction
Methods in org.jboss.marshalling.river that return RiverObjectOutputStream Modifier and Type Method Description private RiverObjectOutputStream
RiverMarshaller. createObjectOutputStream()
private RiverObjectOutputStream
RiverMarshaller. getObjectOutputStream()
-