Closeable
, Flushable
, AutoCloseable
public class BEncoderStream extends BASE64EncoderStream
out
Constructor | Description |
---|---|
BEncoderStream(OutputStream out) |
Create a 'B' encoder that encodes the specified input stream.
|
Modifier and Type | Method | 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 Oracle. All rights reserved.