org.jnetstream.capture.file
Interface FilePacketFactory<T extends FilePacket>
- All Superinterfaces:
- PacketFactory<T>
public interface FilePacketFactory<T extends FilePacket>
- extends PacketFactory<T>
A factory for file based packets. A more specialized factory that allows
packet to be created that are linked to a file.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
|
Method Summary |
T |
newPacket(com.slytechs.utils.memory.BitBuffer buffer,
Protocol dlt,
long position)
|
newPacket
T newPacket(com.slytechs.utils.memory.BitBuffer buffer,
Protocol dlt,
long position)
- Parameters:
buffer - position - device -
- Returns: