Package | Description |
---|---|
org.apache.commons.io.output |
This package provides implementations of output classes, such as
OutputStream and Writer . |
Modifier and Type | Class and Description |
---|---|
class |
DeferredFileOutputStream
An output stream which will retain data in memory until a specified
threshold is reached, and only then commit it to disk.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.