org.jnetstream.capture.file.nap
Interface NapOutput

All Superinterfaces:
Capture<CapturePacket>, java.io.Closeable, java.lang.Iterable<CapturePacket>, OutputCapture

public interface NapOutput
extends OutputCapture

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 void add(NAPRecord record)
           
 
Methods inherited from interface org.jnetstream.capture.OutputCapture
add, add, add, getFormatType, iterator
 
Methods inherited from interface org.jnetstream.capture.Capture
getFilter, getPacketIterator, getType, isMutable
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

add

void add(NAPRecord record)
         throws java.io.IOException
Throws:
java.io.IOException