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