docs/javadoc/reference/com/facebook/common/webp/WebpSupportStatus.html
|
|
Summary: Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.common.webp.WebpSupportStatus |
| Fields |
|---|
| public static final boolean |
| public static final boolean |
| public static final boolean |
| public static WebpBitmapFactory |
| Public Constructors |
|---|
| Public Methods |
|---|
| static boolean |
| static boolean |
| static boolean |
| static boolean |
| static boolean |
| static boolean |
| Checks if imageHeaderBytes contains WEBP_RIFF_BYTES and WEBP_NAME_BYTES and if the header is long enough to be WebP's header. |
| static boolean |
| static WebpBitmapFactory |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Checks if imageHeaderBytes contains WEBP_RIFF_BYTES and WEBP_NAME_BYTES and if the header is long enough to be WebP's header. WebP file format can be found here: https://developers.google.com/speed/webp/docs/riff_container
| imageHeaderBytes | image header bytes |
+Generated by Doclava. +