public static enum OggPageHeader.HeaderTypeFlag extends Enum<OggPageHeader.HeaderTypeFlag>
Enum Constant and Description |
---|
CONTINUED_PACKET |
END_OF_BITSTREAM |
FRESH_PACKET |
START_OF_BITSTREAM |
Modifier and Type | Method and Description |
---|---|
byte |
getFileValue() |
static OggPageHeader.HeaderTypeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OggPageHeader.HeaderTypeFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OggPageHeader.HeaderTypeFlag FRESH_PACKET
public static final OggPageHeader.HeaderTypeFlag CONTINUED_PACKET
public static final OggPageHeader.HeaderTypeFlag START_OF_BITSTREAM
public static final OggPageHeader.HeaderTypeFlag END_OF_BITSTREAM
public static OggPageHeader.HeaderTypeFlag[] values()
for (OggPageHeader.HeaderTypeFlag c : OggPageHeader.HeaderTypeFlag.values()) System.out.println(c);
public static OggPageHeader.HeaderTypeFlag 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 byte getFileValue()
Copyright © 2005–2020 jthink.net. All rights reserved.