public class EnhancedBufferedOutputStream extends BufferedOutputStream
BufferedInputStream but allows to access the delegate via getDelegate().buf, countout| Constructor and Description |
|---|
EnhancedBufferedOutputStream(OutputStream out) |
EnhancedBufferedOutputStream(OutputStream out,
int size) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getDelegate() |
static OutputStream |
tryUnwrap(OutputStream output) |
flush, write, writeclose, writepublic EnhancedBufferedOutputStream(OutputStream out, int size)
public EnhancedBufferedOutputStream(OutputStream out)
public OutputStream getDelegate()
public static OutputStream tryUnwrap(OutputStream output)
Copyright © 2021 The Apache Software Foundation. All rights reserved.