| Package | Description |
|---|---|
| com.helger.commons.io | |
| com.helger.commons.io.stream |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayWrapper |
ByteArrayWrapper.create(NonBlockingByteArrayOutputStream aBAOS,
boolean bCopyNeeded)
Wrap the content of a
NonBlockingByteArrayOutputStream. |
static ByteArrayWrapper |
ByteArrayWrapper.create(NonBlockingByteArrayOutputStream aBAOS,
boolean bCopyNeeded)
Wrap the content of a
NonBlockingByteArrayOutputStream. |
static ByteArrayWrapper |
ByteArrayWrapper.create(String sText,
Charset aCharset)
Wrap the content of a String in a certain charset.
|
static ByteArrayWrapper |
ByteArrayWrapper.create(String sText,
Charset aCharset)
Wrap the content of a String in a certain charset.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayWrapper |
ByteBufferOutputStream.getAsByteArrayWrapper(boolean bCopyNeeded) |
ByteArrayWrapper |
ByteBufferOutputStream.getAsByteArrayWrapper(boolean bCopyNeeded) |
Copyright © 2014–2022 Philip Helger. All rights reserved.