public class BEncoderStream extends BASE64EncoderStream
out| Constructor and Description |
|---|
BEncoderStream(OutputStream out)
Create a 'B' encoder that encodes the specified input stream.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
encodedLength(byte[] b)
Returns the length of the encoded version of this byte array.
|
public BEncoderStream(OutputStream out)
out - the output streamCopyright © 2018 JBoss by Red Hat. All rights reserved.