'STRAP:multiple sequence alignments '

charite.christo.libs
Class Base64

java.lang.Object
  extended by charite.christo.libs.Base64

public class Base64
extends java.lang.Object


Method Summary
static BA decode(byte[] source, int off, int to)
          Very low-level access to decoding ASCII characters in the form of a byte array.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decode

public static BA decode(byte[] source,
                        int off,
                        int to)
Very low-level access to decoding ASCII characters in the form of a byte array. Does not support automatically gunzipping or any other "fancy" features.

Parameters:
source - The Base64 encoded data
off - The offset of where to begin decoding
len - The length of characters to decode
Returns:
decoded data
Since:
1.3

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'