Example usage for org.apache.wicket.util.io ThresholdingOutputStream subclass-usage

List of usage examples for org.apache.wicket.util.io ThresholdingOutputStream subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.io ThresholdingOutputStream subclass-usage.

Usage

From source file com.japancuccok.common.infrastructure.gae.GaeDeferredFileOutputStream.java

/**
 * <p>
 * An output stream which will retain data in memory until a specified threshold is reached, and
 * only then commit it to disk. If the stream is closed before the threshold is reached, the data
 * will not be written to disk at all.
 * </p>