| Package | Description |
|---|---|
| com.helger.commons.io | |
| com.helger.commons.io.stream | |
| com.helger.commons.io.streamprovider |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayWrapper |
ByteArrayWrapper.create(NonBlockingByteArrayOutputStream aBAOS,
boolean bCopyNeeded)
Wrap the content of a
NonBlockingByteArrayOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingByteArrayOutputStream |
StreamHelper.getCopy(InputStream aIS)
Get a byte buffer with all the available content of the passed input
stream.
|
static NonBlockingByteArrayOutputStream |
StreamHelper.getCopyWithLimit(InputStream aIS,
long nLimit)
Get a byte buffer with all the available content of the passed input
stream.
|
| Modifier and Type | Method and Description |
|---|---|
static IHasInputStream |
HasInputStream.create(NonBlockingByteArrayOutputStream aBAOS)
Get a special implementation of
IHasInputStream for
NonBlockingByteArrayOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
NonBlockingByteArrayOutputStream |
ByteArrayOutputStreamProvider.getOutputStream(EAppend eAppend) |
Copyright © 2014–2020 Philip Helger. All rights reserved.