Uses of Class
jnetpcap.capture.file.nap.NAPBlock.Flag

Packages that use NAPBlock.Flag
jnetpcap.capture.file.nap Network cAPture file format. 
 

Uses of NAPBlock.Flag in jnetpcap.capture.file.nap
 

Methods in jnetpcap.capture.file.nap that return NAPBlock.Flag
static NAPBlock.Flag NAPBlock.Flag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NAPBlock.Flag[] NAPBlock.Flag.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jnetpcap.capture.file.nap that return types with arguments of type NAPBlock.Flag
 java.util.Set<NAPBlock.Flag> NAPBlock.getFlags()
          Mutable set of flags.
static java.util.EnumSet<NAPBlock.Flag> NAPBlock.Flag.toEnumSet(int flags)
           
 

Method parameters in jnetpcap.capture.file.nap with type arguments of type NAPBlock.Flag
static int NAPBlock.Flag.toIntFlag(java.util.Set<NAPBlock.Flag> blockRecordFlags)