Skip navigation links
C D F G I S W 

C

checkForRIFF(byte[]) - Static method in class de.marcreichelt.webp_backport.FileSignatureChecker
Check if a given byte array has a signature that starts with 'RIFF'
checkForWebP(byte[]) - Static method in class de.marcreichelt.webp_backport.FileSignatureChecker
Check if a given byte array has the necessary WebP signature in the beginning of its content.
containsAt(byte[], byte[], int) - Static method in class de.marcreichelt.webp_backport.FileSignatureChecker
Check if a byte array contains another byte array that is equal or smaller in size

D

de.marcreichelt.webp_backport - package de.marcreichelt.webp_backport
 
decode(byte[]) - Static method in class de.marcreichelt.webp_backport.WebPBackport
Decodes any image supported by the system or the WebP library.

F

FileSignatureChecker - Class in de.marcreichelt.webp_backport
 
FileSignatureChecker() - Constructor for class de.marcreichelt.webp_backport.FileSignatureChecker
 
forceLoadLibrary() - Static method in class de.marcreichelt.webp_backport.WebPBackport
 

G

getSize(byte[]) - Static method in class de.marcreichelt.webp_backport.WebPBackport
Get size of an encoded WebP image.

I

isLibraryUsed() - Static method in class de.marcreichelt.webp_backport.WebPBackport
Is the native library used to decode WebP images?
isWebPSupported() - Static method in class de.marcreichelt.webp_backport.WebPBackport
Returns whether WebP images can be decoded.

S

startsWith(byte[], byte[]) - Static method in class de.marcreichelt.webp_backport.FileSignatureChecker
Check if a byte array starts with the same bytes as another byte array that is however smaller than the first one.

W

WebPBackport - Class in de.marcreichelt.webp_backport
Helper for loading WebP images on old and new Android platforms.
WebPBackport() - Constructor for class de.marcreichelt.webp_backport.WebPBackport
 
C D F G I S W 
Skip navigation links