public interface ContentResolver
| Modifier and Type | Method and Description |
|---|---|
byte[] |
resolveContent(byte[] content)
Resolves the content from the given byte array and returns in another one.
|
boolean |
supportsContentType(String contentType)
Checks if the incoming content type is supported or not.
|
byte[] resolveContent(byte[] content)
throws IOException
content - to be read.IOException - when the content can not be read.boolean supportsContentType(String contentType)
contentType - content type.Copyright © 2022–2023 Rodnan Sol. All rights reserved.