gov.nasa.gsfc.drl.rtstps.core.output.hdf5.UnitTest
Class TimeSortedPacketReader.TimeWrappedPacket

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.UnitTest.TimeSortedPacketReader.TimeWrappedPacket
Enclosing class:
TimeSortedPacketReader

private class TimeSortedPacketReader.TimeWrappedPacket
extends java.lang.Object


Field Summary
private  Packet packet
           
private  long time
           
 
Constructor Summary
TimeSortedPacketReader.TimeWrappedPacket(Packet p)
           
 
Method Summary
(package private)  Packet getPacket()
           
(package private)  long getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

private long time

packet

private Packet packet
Constructor Detail

TimeSortedPacketReader.TimeWrappedPacket

TimeSortedPacketReader.TimeWrappedPacket(Packet p)
Method Detail

getPacket

Packet getPacket()

getTime

long getTime()