public class BridgeDescriptorParser
extends java.lang.Object
Constructor and Description |
---|
BridgeDescriptorParser(SanitizedBridgesWriter sbw)
Initializes a new bridge descriptor parser and links it to a
sanitized bridges writer to sanitize and store bridge descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(byte[] allData,
java.lang.String dateTime)
Parses the first line of the given descriptor data to determine the
descriptor type and passes it to the sanitized bridges writer.
|
public BridgeDescriptorParser(SanitizedBridgesWriter sbw)
public void parse(byte[] allData, java.lang.String dateTime) throws ConfigurationException
ConfigurationException