| Package | Description |
|---|---|
| com.helger.commons.io.stream | |
| com.helger.commons.io.streamprovider |
| 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 |
|---|---|
NonBlockingByteArrayOutputStream |
ByteArrayOutputStreamProvider.getOutputStream(EAppend eAppend) |
Copyright © 2014–2017 Philip Helger. All rights reserved.