org.jnetstream.capture.file.nap
Interface NAPMetaRecord

All Superinterfaces:
DataRecord, NAPDataRecord, NAPRecord, Record, com.slytechs.utils.collection.Validatable

public interface NAPMetaRecord
extends NAPDataRecord

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jnetstream.capture.file.Record
Record.RecordHeaderField
 
Nested classes/interfaces inherited from interface org.jnetstream.capture.file.Record
Record.RecordHeaderField
 
Method Summary
 NAPMetaType getMetaRecordType()
           
 
Methods inherited from interface org.jnetstream.capture.file.nap.NAPRecord
getNapRecordType
 
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
 
Methods inherited from interface org.jnetstream.capture.file.DataRecord
asType, getBlockRecord, getRecordDataBuffer, getRecordDataLength
 
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

getMetaRecordType

NAPMetaType getMetaRecordType()