'STRAP:multiple sequence alignments '

charite.christo
Class Hex2bin

java.lang.Object
  extended by charite.christo.Hex2bin

public class Hex2bin
extends java.lang.Object


Method Summary
static byte[] bin2hex(byte[] bb)
           
static byte[] bin2hex(byte[] bb, int from, int to)
           
static byte[] hex2bin(byte[] hh)
           
static byte[] hex2bin(byte[] hh, int from, int to)
           
static void main(java.lang.String args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

main

public static void main(java.lang.String args)

hex2bin

public static byte[] hex2bin(byte[] hh)

hex2bin

public static byte[] hex2bin(byte[] hh,
                             int from,
                             int to)

bin2hex

public static byte[] bin2hex(byte[] bb)

bin2hex

public static byte[] bin2hex(byte[] bb,
                             int from,
                             int to)

'STRAP:multiple sequence alignments '

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