Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.io
Class DummyOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.liferay.portal.kernel.io.DummyOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class DummyOutputStream
extends OutputStream


Constructor Summary
DummyOutputStream()
           
 
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
 

Constructor Detail

DummyOutputStream

public DummyOutputStream()
Method Detail

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

Liferay 6.1.2-ce-ga3