org.jnetpcap.packet.analysis
Enum FragmentAssembly.Field
java.lang.Object
java.lang.Enum<FragmentAssembly.Field>
org.jnetpcap.packet.analysis.FragmentAssembly.Field
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<FragmentAssembly.Field>, JStructBuffer.JStructField, Offset
- Enclosing class:
- FragmentAssembly
public static enum FragmentAssembly.Field
- extends java.lang.Enum<FragmentAssembly.Field>
- implements JStructBuffer.JStructField
| 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_SEQUENCE
public static final FragmentAssembly.Field PACKET_SEQUENCE
PACKET
public static final FragmentAssembly.Field PACKET
values
public static final FragmentAssembly.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(FragmentAssembly.Field c : FragmentAssembly.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 FragmentAssembly.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