public class NonblockingInputStream extends InputStream
NonblockingInputStream
class is a stream wrapper that acts as though
the underlying stream has terminated every time it blocks.Constructor and Description |
---|
NonblockingInputStream(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public NonblockingInputStream(InputStream stream)
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2022 Splunk, Inc.. All rights reserved.