public abstract static class SymbolCodec.Reader extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
cipher |
protected int |
eventFlags |
protected int |
eventFlagsBytes |
protected String |
symbol |
Constructor and Description |
---|
Reader() |
Modifier and Type | Method and Description |
---|---|
int |
getCipher() |
int |
getEventFlags() |
int |
getEventFlagsBytes() |
String |
getSymbol() |
abstract void |
readSymbol(com.devexperts.io.BufferedInput in,
SymbolCodec.Resolver resolver) |
abstract void |
reset(ProtocolOption.Set optSet)
Resets reader at the beginning of packet.
|
protected int cipher
protected String symbol
protected int eventFlags
protected int eventFlagsBytes
public abstract void reset(ProtocolOption.Set optSet)
optSet
- the set of supported protocol options.public abstract void readSymbol(com.devexperts.io.BufferedInput in, SymbolCodec.Resolver resolver) throws IOException
IOException
public final int getCipher()
public final String getSymbol()
public final int getEventFlags()
public final int getEventFlagsBytes()
Copyright © 2002–2025 Devexperts LLC. All rights reserved.