org.jnetstream.capture.file.pcap
Interface PcapRecord

All Superinterfaces:
Record, com.slytechs.utils.collection.Validatable
All Known Subinterfaces:
PcapBlockRecord, PcapPacketRecord

public interface PcapRecord
extends Record

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jnetstream.capture.file.Record
Record.RecordHeaderField
 
Method Summary
 PCAPRecordType getPcapRecordType()
           
 
Methods inherited from interface org.jnetstream.capture.file.Record
asType, edit, getFileCapture, getPositionGlobal, getRecordBuffer, getRecordHeaderBuffer, getRecordHeaderLength, getRecordLength, getRecordType
 
Methods inherited from interface com.slytechs.utils.collection.Validatable
isValid
 

Method Detail

getPcapRecordType

PCAPRecordType getPcapRecordType()
                                 throws java.io.IOException
Throws:
java.io.IOException