public abstract class PushedInputStream extends InputStream
| Constructor and Description |
|---|
PushedInputStream() |
PushedInputStream(int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
OutputStream |
getOutputStream()
Returns the linked output stream.
|
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len)
Read characters into a portion of an array, reading from the underlying
stream at most once if necessary.
|
void |
reset() |
long |
skip(long n) |
close, readpublic PushedInputStream()
public PushedInputStream(int size)
public final OutputStream getOutputStream()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
available in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreamCopyright © 2010 - 2020 Adobe. All Rights Reserved