public class BHiveBase64OutputStream
extends org.apache.commons.codec.binary.Base64OutputStream
Base64OutputStream의 MIME_CHUNK_SIZE마다 CHUNK_SEPARATOR를 삽입하는 동작의 설정을 바꾼 BHiveBase64OutputStream
그냥 암호화시 사용하기 위해 한줄로 쭉 출력| Modifier and Type | Field and Description |
|---|---|
static int |
MIME_CHUNK_SIZE
MIME chunk size per RFC 2045 section 6.8.
|
out| Constructor and Description |
|---|
BHiveBase64OutputStream(OutputStream out)
BHiveBase64OutputStream instantiation
|
close, flush, write, writewritepublic static final int MIME_CHUNK_SIZE
The 76 character limit does not count the trailing CRLF, but counts all other characters, including any equal signs.
public BHiveBase64OutputStream(OutputStream out)
out - output streamCopyright © 2018. All rights reserved.