java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
public class BEncoderStream extends BASE64EncoderStream
Constructor | Description |
---|---|
BEncoderStream(java.io.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.
|
Copyright © 2018 Oracle. All rights reserved.