Package com.sun.enterprise.universal
Class GFBase64Encoder
java.lang.Object
com.sun.enterprise.universal.GFBase64Encoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intencode(byte[] var1) voidencode(byte[] var1, OutputStream var2) voidencode(InputStream var1, OutputStream var2) encode(ByteBuffer var1) voidencode(ByteBuffer var1, OutputStream var2) protected voidencodeAtom(OutputStream var1, byte[] var2, int var3, int var4) encodeBuffer(byte[] var1) voidencodeBuffer(byte[] var1, OutputStream var2) voidencodeBuffer(InputStream var1, OutputStream var2) encodeBuffer(ByteBuffer var1) voidencodeBuffer(ByteBuffer var1, OutputStream var2) protected voidprotected voidprotected voidencodeLinePrefix(OutputStream var1, int var2) protected voidencodeLineSuffix(OutputStream var1) protected intreadFully(InputStream var1, byte[] var2)
-
Field Details
-
pStream
-
-
Constructor Details
-
GFBase64Encoder
public GFBase64Encoder()
-
-
Method Details
-
encodeBufferPrefix
- Throws:
IOException
-
encodeBufferSuffix
- Throws:
IOException
-
encodeLinePrefix
- Throws:
IOException
-
encodeLineSuffix
- Throws:
IOException
-
readFully
- Throws:
IOException
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
encode
-
encode
- Throws:
IOException
-
encode
-
encodeBuffer
- Throws:
IOException
-
encodeBuffer
- Throws:
IOException
-
encodeBuffer
-
encodeBuffer
- Throws:
IOException
-
encodeBuffer
-
bytesPerAtom
protected int bytesPerAtom() -
bytesPerLine
protected int bytesPerLine() -
encodeAtom
- Throws:
IOException
-