public abstract static class Tcp.WriteCommand extends java.lang.Object implements Tcp.Command
| Constructor and Description |
|---|
Tcp.WriteCommand() |
| Modifier and Type | Method and Description |
|---|---|
Tcp.WriteCommand |
prepend(java.lang.Iterable<Tcp.WriteCommand> writes)
Java API: prepends this command with a number of other writes.
|
Tcp.CompoundWrite |
prepend(Tcp.SimpleWriteCommand that)
Java API: prepends this command with another
Write or WriteFile to form
a CompoundWrite. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfailureMessagepublic Tcp.CompoundWrite prepend(Tcp.SimpleWriteCommand that)
Write or WriteFile to form
a CompoundWrite.public Tcp.WriteCommand prepend(java.lang.Iterable<Tcp.WriteCommand> writes)
CompoundWrite.