public enum WavCorruptChunkType extends Enum<WavCorruptChunkType>
Chunk
Enum Constant and Description |
---|
CORRUPT_ID3_EARLY |
CORRUPT_ID3_LATE |
CORRUPT_LIST_EARLY |
CORRUPT_LIST_LATE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static WavCorruptChunkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WavCorruptChunkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WavCorruptChunkType CORRUPT_ID3_EARLY
public static final WavCorruptChunkType CORRUPT_ID3_LATE
public static final WavCorruptChunkType CORRUPT_LIST_EARLY
public static final WavCorruptChunkType CORRUPT_LIST_LATE
public static WavCorruptChunkType[] values()
for (WavCorruptChunkType c : WavCorruptChunkType.values()) System.out.println(c);
public static WavCorruptChunkType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCode()
Copyright © 2005–2020 jthink.net. All rights reserved.