public final class PipedOutputStream.PipedInputStream extends InputStream
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
PipedOutputStream |
getOutputStream() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
int |
readUntil(int len,
byte[] b,
int off,
long deadline) |
int |
readUntil(long deadlineNanos) |
mark, markSupported, read, reset, skip
public PipedOutputStream getOutputStream()
public int read() throws IOException
read
in class InputStream
IOException
public int readUntil(long deadlineNanos) throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int readUntil(int len, byte[] b, int off, long deadline) throws IOException
IOException
public int available()
available
in class InputStream
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
Copyright © 2018 SPF4J. All rights reserved.