org.jnetstream.capture.file.snoop
Interface SnoopRecord

All Superinterfaces:
Record, com.slytechs.utils.collection.Validatable
All Known Subinterfaces:
SnoopBlockRecord, SnoopPacketRecord

public interface SnoopRecord
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
 SnoopRecordType getSnoopRecordType()
           
 
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

getSnoopRecordType

SnoopRecordType getSnoopRecordType()
                                   throws java.io.IOException
Throws:
java.io.IOException