public class PipedIOStream extends InputStream
| Constructor and Description |
|---|
PipedIOStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
flush() |
int |
read() |
long |
skip(long n) |
void |
write(byte[] b) |
void |
write(byte[] b,
int beginIndex,
int length) |
void |
write(int b) |
mark, markSupported, read, read, resetpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int available()
available in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void write(int b)
throws IOException
IOExceptionpublic void write(byte[] b)
throws IOException
IOExceptionpublic void write(byte[] b,
int beginIndex,
int length)
throws IOException
IOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic void flush()
throws IOException
IOExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.