protected class FeedReader.ReadingRunnable extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected DataInputStream |
dataInputStream
Input stream to read new record.
|
protected boolean |
stop
Flag to stop the runnable.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeedReader.ReadingRunnable(DataInputStream dataInputStream) |
| Modifier and Type | Method and Description |
|---|---|
protected FeedReaderRecord |
readRecord(DataInputStream dataInputStream) |
void |
run() |
protected void |
stop() |
protected final DataInputStream dataInputStream
protected boolean stop
protected FeedReader.ReadingRunnable(DataInputStream dataInputStream)
protected void stop()
protected FeedReaderRecord readRecord(DataInputStream dataInputStream) throws IOException
IOExceptionCopyright © 2012–2014 Ifremer. All rights reserved.