public interface DataConsumer<D>
DataProvider.| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIFF(Object value)
Check IFF tag.
|
D |
consume(DataProvider<?> provider)
Consumes data from the provider.
|
default String |
getEncoding()
Gets the encoding.
|
boolean checkIFF(Object value)
value - the valueD consume(DataProvider<?> provider)
provider - the providerdefault String getEncoding()
Copyright © 2010-2020 Toolsverse. All Rights Reserved.