com.voytechs.jnetstream.io
Class QueuePacketInputStream.BufferEntry

java.lang.Object
  extended by com.voytechs.jnetstream.io.QueuePacketInputStream.BufferEntry
Enclosing class:
QueuePacketInputStream

public class QueuePacketInputStream.BufferEntry
extends java.lang.Object

A little utility class to hold extra information along with the buffer.


Field Summary
 byte[] buf
           
 java.sql.Timestamp captureTimestamp
           
 java.lang.String firstHeader
           
 
Constructor Summary
QueuePacketInputStream.BufferEntry(byte[] buf, java.lang.String firstHeader, java.sql.Timestamp captureTimestamp)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buf

public byte[] buf

firstHeader

public java.lang.String firstHeader

captureTimestamp

public java.sql.Timestamp captureTimestamp
Constructor Detail

QueuePacketInputStream.BufferEntry

public QueuePacketInputStream.BufferEntry(byte[] buf,
                                          java.lang.String firstHeader,
                                          java.sql.Timestamp captureTimestamp)