Uses of Class
org.jgroups.util.BaseDataOutputStream
-
Packages that use BaseDataOutputStream Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of BaseDataOutputStream in org.jgroups.util
Subclasses of BaseDataOutputStream in org.jgroups.util Modifier and Type Class Description class
ByteArrayDataOutputStream
ImplementsDataOutput
over a byte[] buffer.class
PartialOutputStream
Decorates an output stream (DataOutput
) and writes only a subset [start..end] (both indices inclusive) of the original data to the underlying output stream.
Example:Methods in org.jgroups.util that return BaseDataOutputStream Modifier and Type Method Description BaseDataOutputStream
BaseDataOutputStream. position(int pos)
-