Enum WebPChunkType
- All Implemented Interfaces:
Serializable, Comparable<WebPChunkType>
-
Nested Class Summary
Nested Classes -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WebPChunkType.ChunkConstructorprivate static final WebPChunkType[](package private) final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static WebPChunkTypefindType(int chunkType) (package private) static AbstractWebPChunkmakeChunk(int chunkType, int size, byte[] bytes) static WebPChunkTypeReturns the enum constant of this type with the specified name.static WebPChunkType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALPH
- See Also:
-
VP8
- See Also:
-
VP8L
- See Also:
-
VP8X
- See Also:
-
ANIM
- See Also:
-
ANMF
- See Also:
-
ICCP
- See Also:
-
EXIF
- See Also:
-
XMP
- See Also:
-
-
Field Details
-
types
-
constructor
-
value
final int value
-
-
Constructor Details
-
WebPChunkType
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
findType
-
makeChunk
static AbstractWebPChunk makeChunk(int chunkType, int size, byte[] bytes) throws IOException, ImagingException - Throws:
IOExceptionImagingException
-