| |
|
| java.lang.Object com.lutris.util.OutputStreamEventQueueEntry
OutputStreamEventQueueEntry | public class OutputStreamEventQueueEntry (Code) | | This is a helper class for OutputStreamEventQueue. It describes one
event (one call to write()). Only the OutputStreamEventQueue should
create instances of this class.
See Also: com.lutris.util.OutputStreamEventQueue author: Andy John |
Field Summary | |
public byte[] | data The data. | public Date | when The time when the event was created (when write() was called). |
data | public byte[] data(Code) | | The data. This is what was written by the write() call.
|
when | public Date when(Code) | | The time when the event was created (when write() was called).
|
|
|
|