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, skippublic PipedOutputStream getOutputStream()
public int read()
         throws IOException
read in class InputStreamIOExceptionpublic int readUntil(long deadlineNanos)
              throws IOException
IOExceptionpublic int read(byte[] b,
                int off,
                int len)
         throws IOException
read in class InputStreamIOExceptionpublic int readUntil(int len,
                     byte[] b,
                     int off,
                     long deadline)
              throws IOException
IOExceptionpublic int available()
available in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2018 SPF4J. All rights reserved.