public class JGroupsOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
protected List<org.jgroups.Address> |
dests |
protected org.jgroups.blocks.RpcDispatcher |
disp |
protected short |
methodOffset |
protected Serializable |
stateId |
Constructor and Description |
---|
JGroupsOutputStream(org.jgroups.blocks.RpcDispatcher disp,
List<org.jgroups.Address> dests,
Serializable stateId,
short methodOffset,
boolean sendCreate) |
protected final org.jgroups.blocks.RpcDispatcher disp
protected final List<org.jgroups.Address> dests
protected final Serializable stateId
protected final short methodOffset
public JGroupsOutputStream(org.jgroups.blocks.RpcDispatcher disp, List<org.jgroups.Address> dests, Serializable stateId, short methodOffset, boolean sendCreate) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.