anon.client
Class DataChainInputStreamQueueEntry
java.lang.Object
anon.client.DataChainInputStreamQueueEntry
public class DataChainInputStreamQueueEntry
- extends java.lang.Object
- Author:
- Stefan Lieske
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_DATA_AVAILABLE
public static final int TYPE_DATA_AVAILABLE
- See Also:
- Constant Field Values
TYPE_STREAM_END
public static final int TYPE_STREAM_END
- See Also:
- Constant Field Values
TYPE_IO_EXCEPTION
public static final int TYPE_IO_EXCEPTION
- See Also:
- Constant Field Values
m_type
private int m_type
m_data
private byte[] m_data
m_alreadyReadBytes
private int m_alreadyReadBytes
m_ioException
private java.io.IOException m_ioException
DataChainInputStreamQueueEntry
public DataChainInputStreamQueueEntry(int a_type,
byte[] a_data)
DataChainInputStreamQueueEntry
public DataChainInputStreamQueueEntry(java.io.IOException a_exception)
getType
public int getType()
getData
public byte[] getData()
getAlreadyReadBytes
public int getAlreadyReadBytes()
setAlreadyReadBytes
public void setAlreadyReadBytes(int a_alreadyReadBytes)
getIOException
public java.io.IOException getIOException()