public class AdapterOutputStreamToIOutputStream extends java.lang.Object implements IOutputStream
OutputStream
that implements IOutputStream
.Constructor and Description |
---|
AdapterOutputStreamToIOutputStream(java.io.OutputStream delegate) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
equals(java.lang.Object obj) |
void |
flush() |
int |
hashCode() |
void |
synchronize()
Performs a synchronization of the resource.
|
java.lang.String |
toString() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public AdapterOutputStreamToIOutputStream(java.io.OutputStream delegate)
public void write(byte[] b, int off, int len) throws IOExceptionUnchecked
write
in interface IOutputStream
IOExceptionUnchecked
OutputStream.write(byte[], int, int)
public void write(byte[] b) throws IOExceptionUnchecked
write
in interface IOutputStream
IOExceptionUnchecked
OutputStream.write(byte[])
public void write(int b) throws IOExceptionUnchecked
write
in interface IOutputStream
IOExceptionUnchecked
OutputStream.write(int)
public void close() throws IOExceptionUnchecked
close
in interface IOutputStream
close
in interface java.lang.AutoCloseable
IOExceptionUnchecked
OutputStream.close()
public void flush() throws IOExceptionUnchecked
flush
in interface IOutputStream
IOExceptionUnchecked
OutputStream.flush()
public void synchronize() throws IOExceptionUnchecked
ISynchronizable
synchronize
in interface IOutputStream
synchronize
in interface ISynchronizable
IOExceptionUnchecked
OutputStream.flush()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object