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 |
ByteArrayOutputStream
Implements a ThreadSafe version of
AbstractByteArrayOutputStream using instance synchronization. |
class |
UnsynchronizedByteArrayOutputStream
Implements a version of
AbstractByteArrayOutputStream without any concurrent thread safety. |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.