public Handler() { _xmlParser = new XmlParser(this); _binParser = new BinaryParser(this); }
public Handler() { _binParser = new BinaryParser(this); }