public abstract class MxsOutputStream extends java.io.OutputStream implements Cancellable
Constructor and Description |
---|
MxsOutputStream() |
Modifier and Type | Method and Description |
---|---|
abstract void |
cancel()
Cancel the current stream
|
abstract void |
close() |
abstract void |
flush() |
abstract void |
write(byte[] b) |
abstract void |
write(byte[] b,
int off,
int len) |
abstract void |
write(int b) |
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.OutputStream
java.io.IOException
public abstract void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public abstract void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public abstract void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public abstract void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException