public abstract static class SymbolCodec.Writer extends Object
| Constructor and Description |
|---|
Writer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
reset(ProtocolOption.Set optSet)
Resets writer at the beginning of packet.
|
abstract void |
writeSymbol(com.devexperts.io.BufferedOutput out,
int cipher,
String symbol,
int eventFlags) |
public abstract void reset(ProtocolOption.Set optSet)
optSet - the set of supported protocol options.public abstract void writeSymbol(com.devexperts.io.BufferedOutput out,
int cipher,
String symbol,
int eventFlags)
throws IOException
IOExceptionCopyright © 2002–2025 Devexperts LLC. All rights reserved.