| org.jgroups.util.Streamable
All known Subclasses: org.jgroups.Message, org.jgroups.protocols.pbcast.Digest, org.jgroups.mux.MuxHeader, org.jgroups.protocols.pbcast.NakAckHeader, org.jgroups.protocols.FragHeader, org.jgroups.util.Range, org.jgroups.protocols.PingHeader, org.jgroups.ViewId, org.jgroups.protocols.TcpHeader, org.jgroups.tests.perf.Data, org.jgroups.demos.DrawCommand, org.jgroups.protocols.pbcast.JoinRsp, org.jgroups.protocols.TunnelHeader, org.jgroups.auth.AuthToken, org.jgroups.tests.perf.MemberInfo, org.jgroups.protocols.UdpHeader, org.jgroups.protocols.PingRsp, org.jgroups.View, org.jgroups.mux.ServiceInfo, org.jgroups.protocols.AuthHeader, org.jgroups.protocols.TpHeader, org.jgroups.stack.GossipData,
Streamable | public interface Streamable (Code) | | Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly
serialization
author: Bela Ban version: $Id: Streamable.java,v 1.2 2005/07/25 16:21:47 belaban Exp $ |
writeTo | void writeTo(DataOutputStream out) throws IOException(Code) | | Write the entire state of the current object (including superclasses) to outstream.
Note that the output stream must not be closed
|
|
|