public class GFBase64Decoder extends Object
| Constructor and Description |
|---|
GFBase64Decoder() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
bytesPerAtom() |
protected int |
bytesPerLine() |
protected void |
decodeAtom(PushbackInputStream var1,
OutputStream var2,
int var3) |
byte[] |
decodeBuffer(InputStream var1) |
void |
decodeBuffer(InputStream var1,
OutputStream var2) |
byte[] |
decodeBuffer(String var1) |
protected void |
decodeBufferPrefix(PushbackInputStream var1,
OutputStream var2) |
protected void |
decodeBufferSuffix(PushbackInputStream var1,
OutputStream var2) |
ByteBuffer |
decodeBufferToByteBuffer(InputStream var1) |
ByteBuffer |
decodeBufferToByteBuffer(String var1) |
protected int |
decodeLinePrefix(PushbackInputStream var1,
OutputStream var2) |
protected void |
decodeLineSuffix(PushbackInputStream var1,
OutputStream var2) |
protected int |
readFully(InputStream var1,
byte[] var2,
int var3,
int var4) |
protected int bytesPerAtom()
protected int bytesPerLine()
protected void decodeAtom(PushbackInputStream var1, OutputStream var2, int var3) throws IOException
IOExceptionprotected void decodeBufferPrefix(PushbackInputStream var1, OutputStream var2) throws IOException
IOExceptionprotected void decodeBufferSuffix(PushbackInputStream var1, OutputStream var2) throws IOException
IOExceptionprotected int decodeLinePrefix(PushbackInputStream var1, OutputStream var2) throws IOException
IOExceptionprotected void decodeLineSuffix(PushbackInputStream var1, OutputStream var2) throws IOException
IOExceptionprotected int readFully(InputStream var1, byte[] var2, int var3, int var4) throws IOException
IOExceptionpublic void decodeBuffer(InputStream var1, OutputStream var2) throws IOException
IOExceptionpublic byte[] decodeBuffer(String var1) throws IOException
IOExceptionpublic byte[] decodeBuffer(InputStream var1) throws IOException
IOExceptionpublic ByteBuffer decodeBufferToByteBuffer(String var1) throws IOException
IOExceptionpublic ByteBuffer decodeBufferToByteBuffer(InputStream var1) throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.