public class FixSaxParser extends Object implements BytesSaxParser
| Constructor and Description |
|---|
FixSaxParser(FixHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(net.openhft.chronicle.bytes.Bytes bytes)
Parse as much of the Bytes as possible, between the
|
void |
reset()
reset any state
|
public FixSaxParser(FixHandler handler)
public void reset()
BytesSaxParserreset in interface BytesSaxParserpublic void parse(net.openhft.chronicle.bytes.Bytes bytes)
BytesSaxParserparse in interface BytesSaxParserbytes - The bytesCopyright © 2015. All rights reserved.