Package com.sun.enterprise.universal
Class GFBase64Decoder
java.lang.Object
com.sun.enterprise.universal.GFBase64Decoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intprotected 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) protected intdecodeLinePrefix(PushbackInputStream var1, OutputStream var2) protected voiddecodeLineSuffix(PushbackInputStream var1, OutputStream var2) protected intreadFully(InputStream var1, byte[] var2, int var3, int var4)
-
Constructor Details
-
GFBase64Decoder
public GFBase64Decoder()
-
-
Method Details
-
bytesPerAtom
protected int bytesPerAtom() -
bytesPerLine
protected int bytesPerLine() -
decodeAtom
- Throws:
IOException
-
decodeBufferPrefix
- Throws:
IOException
-
decodeBufferSuffix
- Throws:
IOException
-
decodeLinePrefix
- Throws:
IOException
-
decodeLineSuffix
- Throws:
IOException
-
readFully
- Throws:
IOException
-
decodeBuffer
- Throws:
IOException
-
decodeBuffer
- Throws:
IOException
-
decodeBuffer
- Throws:
IOException
-
decodeBufferToByteBuffer
- Throws:
IOException
-
decodeBufferToByteBuffer
- Throws:
IOException
-