gov.nasa.gsfc.drl.rtstps.core.output.hdf5
Interface PacketFactoryI
- All Known Implementing Classes:
- CopyPacketFactory, NoCopyPacketFactory, RandomAccessPacketFactory, SequentialPacketFactory
public interface PacketFactoryI
PacketFactory Interface provides a generic model for making packets that can then tuned for
specific needs inside this package. This is really only used at the moment by the Sequential and RandomAccess
packet reader associated with reading info out of the StaticHeader in the RawApplicationPackets zone.
It also not tied into PacketPool in any manner either...
make
PacketI make(int index,
byte[] dataBuf)