public final class IOInputStream
extends java.io.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(java.io.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) |
public 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(java.io.InputStream in)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] destination,
int destinationOffset,
int destinationLength)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void mark(int limit)
mark in class java.io.InputStreampublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStreampublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright © 2014. All Rights Reserved.