public final class IOInputStream extends InputStream
| Constructor and Description |
|---|
IOInputStream() |
IOInputStream(int size) |
IOInputStream(int size,
boolean autoGrowToMatch) |
| Modifier and Type | Method and Description |
|---|---|
static IOInputStream |
auto(IOInputStream input,
int size) |
int |
available() |
void |
close() |
IOInputStream |
input(InputStream in) |
static IOInputStream |
input(IOInputStream input) |
static IOInputStream |
input(IOInputStream input,
int size) |
void |
mark(int limit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] destination,
int destinationOffset,
int destinationLength) |
void |
reset() |
long |
skip(long n) |
readpublic IOInputStream()
public IOInputStream(int size)
public IOInputStream(int size,
boolean autoGrowToMatch)
public static IOInputStream input(IOInputStream input)
public static IOInputStream input(IOInputStream input, int size)
public static IOInputStream auto(IOInputStream input, int size)
public IOInputStream input(InputStream in)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] destination,
int destinationOffset,
int destinationLength)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void mark(int limit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2015. All Rights Reserved.