Package psidev.psi.mi.jami.utils.checksum
-
Class Summary Class Description Base64 Encodes and decodes to and from Base64 notation.Base64.InputStream ABase64.InputStream
will read data from anotherjava.io.InputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64.OutputStream ABase64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.Crc64Generator A class to generate Crc64 for protein and nucleic acids sequencesRigidGenerator Rigid generatorRogidGenerator Rogid generator -
Exception Summary Exception Description SeguidException Custom Exception class to handle exceptions from this module