public class GFBase64Encoder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PrintStream |
pStream |
| Constructor and Description |
|---|
GFBase64Encoder() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
bytesPerAtom() |
protected int |
bytesPerLine() |
String |
encode(byte[] var1) |
void |
encode(byte[] var1,
OutputStream var2) |
String |
encode(ByteBuffer var1) |
void |
encode(ByteBuffer var1,
OutputStream var2) |
void |
encode(InputStream var1,
OutputStream var2) |
protected void |
encodeAtom(OutputStream var1,
byte[] var2,
int var3,
int var4) |
String |
encodeBuffer(byte[] var1) |
void |
encodeBuffer(byte[] var1,
OutputStream var2) |
String |
encodeBuffer(ByteBuffer var1) |
void |
encodeBuffer(ByteBuffer var1,
OutputStream var2) |
void |
encodeBuffer(InputStream var1,
OutputStream var2) |
protected void |
encodeBufferPrefix(OutputStream var1) |
protected void |
encodeBufferSuffix(OutputStream var1) |
protected void |
encodeLinePrefix(OutputStream var1,
int var2) |
protected void |
encodeLineSuffix(OutputStream var1) |
protected int |
readFully(InputStream var1,
byte[] var2) |
protected PrintStream pStream
protected void encodeBufferPrefix(OutputStream var1) throws IOException
IOExceptionprotected void encodeBufferSuffix(OutputStream var1) throws IOException
IOExceptionprotected void encodeLinePrefix(OutputStream var1, int var2) throws IOException
IOExceptionprotected void encodeLineSuffix(OutputStream var1) throws IOException
IOExceptionprotected int readFully(InputStream var1, byte[] var2) throws IOException
IOExceptionpublic void encode(InputStream var1, OutputStream var2) throws IOException
IOExceptionpublic void encode(byte[] var1,
OutputStream var2)
throws IOException
IOExceptionpublic String encode(byte[] var1)
public void encode(ByteBuffer var1, OutputStream var2) throws IOException
IOExceptionpublic String encode(ByteBuffer var1)
public void encodeBuffer(InputStream var1, OutputStream var2) throws IOException
IOExceptionpublic void encodeBuffer(byte[] var1,
OutputStream var2)
throws IOException
IOExceptionpublic String encodeBuffer(byte[] var1)
public void encodeBuffer(ByteBuffer var1, OutputStream var2) throws IOException
IOExceptionpublic String encodeBuffer(ByteBuffer var1)
protected int bytesPerAtom()
protected int bytesPerLine()
protected void encodeAtom(OutputStream var1, byte[] var2, int var3, int var4) throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.