Uses of Class
org.jgroups.util.BaseDataOutputStream
Packages that use BaseDataOutputStream
Package
Description
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.utilModifier and TypeClassDescriptionclassImplementsDataOutputover a byte[] buffer.classDecorates an output stream (DataOutput) and writes only a subset [start..end] (both indices inclusive) of the original data to the underlying output stream.Methods in org.jgroups.util that return BaseDataOutputStream