Example usage for com.liferay.portal.kernel.io DummyOutputStream DummyOutputStream

List of usage examples for com.liferay.portal.kernel.io DummyOutputStream DummyOutputStream

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.io DummyOutputStream DummyOutputStream.

Prototype

DummyOutputStream

Source Link

Usage

From source file:com.liferay.util.derby.DummyOutputStreamFactory.java

License:Open Source License

public static OutputStream getDummyOutputStream() {
    return new DummyOutputStream();
}