List of usage examples for com.liferay.portal.kernel.io DummyOutputStream DummyOutputStream
DummyOutputStream
From source file:com.liferay.util.derby.DummyOutputStreamFactory.java
License:Open Source License
public static OutputStream getDummyOutputStream() { return new DummyOutputStream(); }