public enum DffChunkType extends Enum<DffChunkType>
ChunkHeader
. They are always 4 ASCII chars long.Chunk
Enum Constant and Description |
---|
CHNL |
CMPR |
DATA |
DITI |
DSD |
DST |
END |
FRM8 |
FRTE |
FS |
ID3 |
PROP |
SND |
Modifier and Type | Method and Description |
---|---|
static DffChunkType |
get(String code)
Get
DsfChunkType for code (e.g. |
String |
getCode()
4 char type code.
|
static DffChunkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DffChunkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DffChunkType FRM8
public static final DffChunkType DSD
public static final DffChunkType PROP
public static final DffChunkType SND
public static final DffChunkType FS
public static final DffChunkType CHNL
public static final DffChunkType CMPR
public static final DffChunkType DITI
public static final DffChunkType END
public static final DffChunkType DST
public static final DffChunkType FRTE
public static final DffChunkType ID3
public static final DffChunkType DATA
public static DffChunkType[] values()
for (DffChunkType c : DffChunkType.values()) System.out.println(c);
public static DffChunkType 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 static DffChunkType get(String code)
DsfChunkType
for code (e.g. "SSND").code
- chunk idnull
if not registeredpublic String getCode()
Copyright © 2005–2020 jthink.net. All rights reserved.