public abstract class StreamReader
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
StreamReader(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
readUntilClosed(byte[] delimiter) |
void |
runReaderThread(byte[] delimiter) |
public void runReaderThread(byte[] delimiter)
public void readUntilClosed(byte[] delimiter)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionCopyright © 2018. All rights reserved.