Public Member Functions

org.exolab.castor.util.MimeBase64Decoder Class Reference

List of all members.

Public Member Functions

final void translate (char[] ch, int offset, int length)
final void translate (String str)
byte[] getByteArray ()

Detailed Description

Base 64 text to byte decoded. To produce the binary array from base 64 encoding call translate for each sequence of characters and getByteArray to mark closure of the character stream and retrieve the binary contents.

Author:
Based on code from the Mozilla Directory SDK

Member Function Documentation

byte [] org.exolab.castor.util.MimeBase64Decoder.getByteArray (  ) 
final void org.exolab.castor.util.MimeBase64Decoder.translate ( char[]  ch,
int  offset,
int  length 
)
final void org.exolab.castor.util.MimeBase64Decoder.translate ( String  str  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties