jnetpcap.capture.file.pcap
Enum PcapPacketRecord.HDR

java.lang.Object
  extended by java.lang.Enum<PcapPacketRecord.HDR>
      extended by jnetpcap.capture.file.pcap.PcapPacketRecord.HDR
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PcapPacketRecord.HDR>
Enclosing interface:
PcapPacketRecord

public static enum PcapPacketRecord.HDR
extends java.lang.Enum<PcapPacketRecord.HDR>


Enum Constant Summary
IncludedLength
           
Microseconds
           
OriginalLength
           
Seconds
           
 
Method Summary
 int getOffset()
           
static PcapPacketRecord.HDR valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PcapPacketRecord.HDR[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Seconds

public static final PcapPacketRecord.HDR Seconds

Microseconds

public static final PcapPacketRecord.HDR Microseconds

IncludedLength

public static final PcapPacketRecord.HDR IncludedLength

OriginalLength

public static final PcapPacketRecord.HDR OriginalLength
Method Detail

values

public static final PcapPacketRecord.HDR[] 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(PcapPacketRecord.HDR c : PcapPacketRecord.HDR.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static PcapPacketRecord.HDR 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

getOffset

public final int getOffset()
Returns:
Returns the offset.