public class NonBlockingPumpInputStream extends NonBlockingInputStream
EOF, READ_EXPIRED
Constructor and Description |
---|
NonBlockingPumpInputStream() |
NonBlockingPumpInputStream(int bufferSize) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
OutputStream |
getOutputStream() |
int |
read(long timeout,
boolean isPeek) |
peek, read, read, read, shutdown
mark, markSupported, read, reset, skip
public NonBlockingPumpInputStream()
public NonBlockingPumpInputStream(int bufferSize)
public OutputStream getOutputStream()
public int available()
available
in class InputStream
public int read(long timeout, boolean isPeek) throws IOException
read
in class NonBlockingInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.