Class ByteBufferOutputStream

java.lang.Object
org.jgroups.util.ByteBufferOutputStream
All Implemented Interfaces:
DataOutput

public class ByteBufferOutputStream extends Object implements DataOutput
Class using ByteBuffer and implementing DataOutput. Note that all instances need to pass the exact size of the marshalled object as a ByteBuffer cannot be expanded.
Since:
3.5