org.jnetpcap.packet.analysis
Enum Fragment.Field
java.lang.Object
java.lang.Enum<Fragment.Field>
org.jnetpcap.packet.analysis.Fragment.Field
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Fragment.Field>, JStructBuffer.JStructField, Offset
- Enclosing class:
- Fragment
public static enum Fragment.Field
- extends java.lang.Enum<Fragment.Field>
- implements JStructBuffer.JStructField
|
Method Summary |
int |
length(int offset)
|
int |
offset()
Offset of the object |
static Fragment.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Fragment.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PACKET
public static final Fragment.Field PACKET
values
public static final Fragment.Field[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Fragment.Field c : Fragment.Field.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Fragment.Field valueOf(java.lang.String name)
- 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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
length
public int length(int offset)
- Specified by:
length in interface JStructBuffer.JStructField
offset
public final int offset()
- Description copied from interface:
Offset
- Offset of the object
- Specified by:
offset in interface Offset
- Returns:
- a zero based offset