public class BASE64Decoder extends CharacterDecoder
| 构造器和说明 |
|---|
BASE64Decoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
bytesPerAtom()
This class has 4 bytes per atom
|
protected int |
bytesPerLine()
Any multiple of 4 will do, 72 might be common
|
protected void |
decodeAtom(PushbackInputStream inStream,
OutputStream outStream,
int rem)
Decode one BASE64 atom into 1, 2, or 3 bytes of data.
|
decodeBuffer, decodeBuffer, decodeBuffer, decodeBufferPrefix, decodeBufferSuffix, decodeBufferToByteBuffer, decodeBufferToByteBuffer, decodeLinePrefix, decodeLineSuffix, readFullyprotected int bytesPerAtom()
bytesPerAtom 在类中 CharacterDecoderprotected int bytesPerLine()
bytesPerLine 在类中 CharacterDecoderprotected void decodeAtom(PushbackInputStream inStream, OutputStream outStream, int rem) throws IOException
decodeAtom 在类中 CharacterDecoderIOExceptionCopyright © 2018. All rights reserved.