jnetpcap.capture.file.nap
Interface NAPRecord

All Superinterfaces:
Record

public interface NAPRecord
extends Record

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface jnetpcap.capture.file.Record
Record.Capability, Record.RecordType
 
Method Summary
 NAPType getRecordType()
          Returns the type of this record.
 
Methods inherited from interface jnetpcap.capture.file.Record
getCaptureFile, getFilePosition, getHeaderBuffer, getHeaderLength, getRecordLength, isModified, isWritten, read, readHeader, setFilePosition, setModified, setWritten, validateRecord, write, writeHeader
 

Method Detail

getRecordType

NAPType getRecordType()
Description copied from interface: Record
Returns the type of this record. There are certain standard record types defined, plus each file type may define addtional record types beyond the standard ones.

Specified by:
getRecordType in interface Record
Returns:
Type of this record.