Uses of Interface
jnetpcap.capture.FileType

Packages that use FileType
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file Allows full access to capture file structure. 
 

Uses of FileType in jnetpcap.capture
 

Methods in jnetpcap.capture that return FileType
 FileType FileCapture.getFileType()
          Returns file type of the currently open file.
static FileType CaptureFactory.typeOfFile(java.io.File file)
          Determines the file type of the supplied file.
 FileType CaptureFactory.Factory.typeOfFile(java.io.File file)
          Determines the file type of the supplied file.
static FileType CaptureFactory.typeOfFile(java.io.InputStream fileStream)
          Determines the file type of the supplied stream.
 FileType CaptureFactory.LocalFactory.typeOfFile(java.io.InputStream fileStream)
          Gets the type of underlying file format the input stream is in.
 

Methods in jnetpcap.capture with parameters of type FileType
static void CaptureFactory.convertFile(java.io.File source, java.io.File destination, FileType destinationType)
          Converts the source file into new file with the destinationType file format.
 void CaptureFactory.Factory.convertFile(java.io.File source, java.io.File destination, FileType destinationType)
          Converts the source file into new file with the destinationType file format.
 MutableFileCapture CaptureFactory.Factory.newFile(java.io.File file, FileType type)
          Creates a new empty file of the user specified type.
 int DataEncapsulation.translateTo(FileType type)
          Translates the standard DLT value into a native DLT integer value for the file type specified.
static DataEncapsulation DataEncapsulation.valueOf(FileType type, int nativeDLT)
          Translates a an integer value that represents a data link or encapsulation protocol number that is specific for each file type into standard Capture framework DLT enum entry.
 

Uses of FileType in jnetpcap.capture.file
 

Classes in jnetpcap.capture.file that implement FileType
 class SuppliedFileTypes
          Defines enum constants for all the currently supported capture file types by the jNetPCAP capture framework.