public static enum OggPageHeader.HeaderTypeFlag extends java.lang.Enum<OggPageHeader.HeaderTypeFlag>
Enum Constant and Description |
---|
CONTINUED_PACKET |
END_OF_BITSTREAM |
FRESH_PACKET |
START_OF_BITSTREAM |
Modifier and Type | Field and Description |
---|---|
(package private) byte |
fileValue |
Modifier and Type | Method and Description |
---|---|
byte |
getFileValue() |
static OggPageHeader.HeaderTypeFlag |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic byte getFileValue()
Copyright © 2005-2013 java.net. All Rights Reserved.