Package com.sun.enterprise.universal
Class GFBase64Decoder
- java.lang.Object
-
- com.sun.enterprise.universal.GFBase64Decoder
-
public class GFBase64Decoder extends Object
-
-
Constructor Summary
Constructors Constructor Description GFBase64Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intbytesPerAtom()protected intbytesPerLine()protected voiddecodeAtom(PushbackInputStream var1, OutputStream var2, int var3)byte[]decodeBuffer(InputStream var1)voiddecodeBuffer(InputStream var1, OutputStream var2)byte[]decodeBuffer(String var1)protected voiddecodeBufferPrefix(PushbackInputStream var1, OutputStream var2)protected voiddecodeBufferSuffix(PushbackInputStream var1, OutputStream var2)ByteBufferdecodeBufferToByteBuffer(InputStream var1)ByteBufferdecodeBufferToByteBuffer(String var1)protected intdecodeLinePrefix(PushbackInputStream var1, OutputStream var2)protected voiddecodeLineSuffix(PushbackInputStream var1, OutputStream var2)protected intreadFully(InputStream var1, byte[] var2, int var3, int var4)
-
-
-
Method Detail
-
bytesPerAtom
protected int bytesPerAtom()
-
bytesPerLine
protected int bytesPerLine()
-
decodeAtom
protected void decodeAtom(PushbackInputStream var1, OutputStream var2, int var3) throws IOException
- Throws:
IOException
-
decodeBufferPrefix
protected void decodeBufferPrefix(PushbackInputStream var1, OutputStream var2) throws IOException
- Throws:
IOException
-
decodeBufferSuffix
protected void decodeBufferSuffix(PushbackInputStream var1, OutputStream var2) throws IOException
- Throws:
IOException
-
decodeLinePrefix
protected int decodeLinePrefix(PushbackInputStream var1, OutputStream var2) throws IOException
- Throws:
IOException
-
decodeLineSuffix
protected void decodeLineSuffix(PushbackInputStream var1, OutputStream var2) throws IOException
- Throws:
IOException
-
readFully
protected int readFully(InputStream var1, byte[] var2, int var3, int var4) throws IOException
- Throws:
IOException
-
decodeBuffer
public void decodeBuffer(InputStream var1, OutputStream var2) throws IOException
- Throws:
IOException
-
decodeBuffer
public byte[] decodeBuffer(String var1) throws IOException
- Throws:
IOException
-
decodeBuffer
public byte[] decodeBuffer(InputStream var1) throws IOException
- Throws:
IOException
-
decodeBufferToByteBuffer
public ByteBuffer decodeBufferToByteBuffer(String var1) throws IOException
- Throws:
IOException
-
decodeBufferToByteBuffer
public ByteBuffer decodeBufferToByteBuffer(InputStream var1) throws IOException
- Throws:
IOException
-
-