docs/javadoc/reference/com/facebook/imageformat/ImageFormatCheckerUtils.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imageformat.ImageFormatCheckerUtils |
ImageFormatChecker utility methods
| Public Methods |
|---|
| static byte[] |
| Helper method that transforms provided string into it's byte representation using ASCII encoding. |
| static boolean |
| Checks if byteArray interpreted as sequence of bytes starts with pattern starting at position equal to offset. |
| static int |
| Checks if byteArray interpreted as sequence of bytes contains the pattern. |
| static boolean |
| Checks if byteArray interpreted as sequence of bytes starts with pattern starting at position equal to offset. |
| [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() |
|
Helper method that transforms provided string into it's byte representation using ASCII encoding.
| value | the string to use |
Checks if byteArray interpreted as sequence of bytes starts with pattern starting at position equal to offset.
| byteArray | the byte array to be checked | | pattern | the pattern to check |
Checks if byteArray interpreted as sequence of bytes contains the pattern.
| byteArray | the byte array to be checked | | pattern | the pattern to check |
Checks if byteArray interpreted as sequence of bytes starts with pattern starting at position equal to offset.
| byteArray | the byte array to be checked | | pattern | the pattern to check |
+Generated by Doclava. +