|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuppliedFileTypes | |
|---|---|
| jnetpcap.capture | A network packet capture framework. |
| jnetpcap.capture.file | Allows full access to capture file structure. |
| Uses of SuppliedFileTypes in jnetpcap.capture |
|---|
| Methods in jnetpcap.capture with parameters of type SuppliedFileTypes | |
|---|---|
static FileCapture |
CaptureFactory.newFile(java.io.File file,
SuppliedFileTypes type)
Creates a new file of the request type |
static FileCapture |
CaptureFactory.newFile(java.io.File file,
SuppliedFileTypes type,
Capture capture)
A convenience utility method which creates a new file and dumps all of the packet from capture to the new file in the proper format. |
MutableFileCapture |
CaptureFactory.Factory.newFile(java.io.File file,
SuppliedFileTypes type,
Capture capture)
Creates a new file and dumps all of the packet from capture to the new file in the proper format. |
static FileCapture |
CaptureFactory.newFile(java.io.File file,
SuppliedFileTypes type,
Version version,
java.nio.ByteOrder encoding)
Creates a new file in the specified format, specified version and using the specified byte encoding. |
MutableFileCapture |
CaptureFactory.Factory.newFile(java.io.File file,
SuppliedFileTypes type,
Version version,
java.nio.ByteOrder encoding)
Creates a new file in the specified format and of the specified version and using the specified byte ordering for all block and data record headers. |
| Uses of SuppliedFileTypes in jnetpcap.capture.file |
|---|
| Methods in jnetpcap.capture.file that return SuppliedFileTypes | |
|---|---|
static SuppliedFileTypes |
SuppliedFileTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SuppliedFileTypes[] |
SuppliedFileTypes.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||