|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.brains2b.coffee.decode.Base64Decoder
public class Base64Decoder
Decode Base64 encoded text to binary
| Constructor Summary | |
|---|---|
Base64Decoder(java.lang.String fileName)
Constructor |
|
| Method Summary | |
|---|---|
void |
decodePiece(java.lang.String s)
hand a piece of coded characters to the Decoder |
FileMessage |
getFileMessage()
get the FileMessage with a reference to
the decoded bytes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64Decoder(java.lang.String fileName)
fileName - String, fileName for the
decoded bytes| Method Detail |
|---|
public void decodePiece(java.lang.String s)
throws java.lang.Exception
Decoder
decodePiece in interface Decoders - String, a piece or the complete encoded
characters to decode
java.lang.ExceptionDecoder.getFileMessage()
public FileMessage getFileMessage()
throws java.lang.Exception
DecoderFileMessage with a reference to
the decoded bytes
getFileMessage in interface DecoderFileMessage the reference to the decoded
bytes and possible file information
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||