public static interface Metadata.ParseListener
Modifier and Type | Method and Description |
---|---|
int |
parsed(java.lang.String name,
byte[] value,
java.lang.String valueAsString)
Called when a property has been parsed.
|
int parsed(java.lang.String name, byte[] value, java.lang.String valueAsString)
name
- the name of the property.value
- the value of the property.valueAsString
- the value in a string representation.