Searched refs:EOF_ITEM (Results 1 – 1 of 1) sorted by relevance
86 static final StreamItem EOF_ITEM = new StreamItem(Kind.EOF, null); field in StreamService197 if (line == EOF_ITEM) { in readItem()286 outputQueue.add(EOF_ITEM); in closeReadStream()