public abstract class MxsInputStream extends java.io.InputStream implements Cancellable
Constructor and Description |
---|
MxsInputStream() |
Modifier and Type | Method and Description |
---|---|
abstract void |
cancel()
Cancel the current stream
|
abstract void |
close() |
abstract void |
mark(int readlimit) |
abstract boolean |
markSupported() |
abstract int |
read() |
abstract int |
read(byte[] b) |
abstract int |
read(byte[] b,
int off,
int len) |
abstract void |
reset() |
abstract long |
skip(long n) |
public abstract void cancel() throws java.io.IOException
cancel
in interface Cancellable
java.io.IOException
public abstract void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public abstract void mark(int readlimit)
mark
in class java.io.InputStream
public abstract boolean markSupported()
markSupported
in class java.io.InputStream
public abstract int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public abstract int read(byte[] b) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public abstract int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public abstract void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
public abstract long skip(long n) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException