| Package | Description |
|---|---|
| com.phloc.commons.codec | |
| com.phloc.commons.io.streamprovider | |
| com.phloc.commons.io.streams |
| Modifier and Type | Method and Description |
|---|---|
static void |
QuotedPrintableCodec.encodeQuotedPrintable(int b,
NonBlockingByteArrayOutputStream aBAOS)
Encodes byte into its quoted-printable representation.
|
static void |
URLCodec.encodeURL(int b,
NonBlockingByteArrayOutputStream aBAOS)
Encodes byte into its URL representation.
|
| Modifier and Type | Method and Description |
|---|---|
NonBlockingByteArrayOutputStream |
ByteArrayOutputStreamProvider.getOutputStream(EAppend eAppend) |
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingByteArrayOutputStream |
StreamUtils.getCopy(InputStream aIS)
Get a byte buffer with all the available content of the passed input
stream.
|
static NonBlockingByteArrayOutputStream |
StreamUtils.getCopyWithLimit(InputStream aIS,
long nLimit)
Get a byte buffer with all the available content of the passed input
stream.
|
Copyright © 2006–2015 phloc systems. All rights reserved.