public class BEncoderStream extends BASE64EncoderStream
out| 构造器和说明 |
|---|
BEncoderStream(OutputStream out)
Create a 'B' encoder that encodes the specified input stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
encodedLength(byte[] b)
Returns the length of the encoded version of this byte array.
|
public BEncoderStream(OutputStream out)
out - the output streamCopyright © 2021 Oracle. All rights reserved.