-
public final class InfoDecodeResult
-
-
Field Summary
Fields Modifier and Type Field Description private final WebPInfowebPInfoprivate final IntegerresultCode
-
Constructor Summary
Constructors Constructor Description InfoDecodeResult(WebPInfo webPInfo, Integer resultCode)
-
Method Summary
Modifier and Type Method Description final WebPInfogetWebPInfo()final IntegergetResultCode()-
-
Method Detail
-
getWebPInfo
final WebPInfo getWebPInfo()
-
getResultCode
final Integer getResultCode()
-
-
-
-