public class NonBlockingInputStream extends InputStream
| Constructor and Description |
|---|
NonBlockingInputStream(InputStream in,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLostBytesCount() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic NonBlockingInputStream(InputStream in, int bufferSize)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int getLostBytesCount()
Copyright © 2019 OpenJAX. All rights reserved.