public class TextLineStream extends ConcurrentCloseable<IOException>
CloseableListenable.Impl| Constructor and Description |
|---|
TextLineStream(ICharacterStream.Readable.Buffered input)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeResources(Async<IOException> ondone) |
protected IAsync<IOException> |
closeUnderlyingResources() |
byte |
getPriority()
Return the priority.
|
UnprotectedStringBuffer |
nextLine()
Read a new line, return null if the end of the character stream is reached.
|
addCloseListener, addCloseListener, close, closeAsync, isClosed, isClosing, lockClose, operation, operation, removeCloseListener, removeCloseListener, unlockCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseAfterpublic TextLineStream(ICharacterStream.Readable.Buffered input)
public UnprotectedStringBuffer nextLine() throws IOException
IOExceptionprotected IAsync<IOException> closeUnderlyingResources()
closeUnderlyingResources in class ConcurrentCloseable<IOException>protected void closeResources(Async<IOException> ondone)
closeResources in class ConcurrentCloseable<IOException>public byte getPriority()
ConcurrentCloseablegetPriority in class ConcurrentCloseable<IOException>Copyright © 2019. All rights reserved.