public class BHiveBase64InputStream
extends org.apache.commons.codec.binary.Base64InputStream
Base64InputStream의 MIME_CHUNK_SIZE마다 CHUNK_SEPARATOR를 삽입하는 동작의 설정을 바꾼 AbleBase64InputStream
그냥 암호화시 사용하기 위해 한줄로 쭉 출력| Modifier and Type | Field and Description |
|---|---|
static int |
MIME_CHUNK_SIZE
MIME chunk size per RFC 2045 section 6.8.
|
in| Constructor and Description |
|---|
BHiveBase64InputStream(InputStream in) |
available, mark, markSupported, read, read, reset, skipclose, readpublic 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 BHiveBase64InputStream(InputStream in)
Copyright © 2018. All rights reserved.