com.liferay.portal.kernel.io
Class DummyOutputStream
java.lang.Object
java.io.OutputStream
com.liferay.portal.kernel.io.DummyOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class DummyOutputStream
- extends OutputStream
Method Summary |
void |
close()
|
void |
flush()
|
void |
write(byte[] bytes)
|
void |
write(byte[] bytes,
int offset,
int length)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyOutputStream
public DummyOutputStream()
close
public void close()
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
flush
public void flush()
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
write
public void write(byte[] bytes)
- Overrides:
write
in class OutputStream
write
public void write(byte[] bytes,
int offset,
int length)
- Overrides:
write
in class OutputStream
write
public void write(int b)
- Specified by:
write
in class OutputStream