Package cds.savot.binary


package cds.savot.binary
  • Class
    Description
    Lets encoding and decoding String with the Base64.
    Exception that can occur during the encoding/decoding of data in Base64.
    A Base64InputStream decodes Base64-encoded bytes read from the given InputStream.
    A Base64OutputStream encodes given bytes in Base64 characters and writes them in the given OutputStream.
    Lets read binary data (that is to say: a votable.resource.table.data.binary node).
    Lets write binary data (that is to say: a votable.resource.table.data.binary node).
    Common interface of a reader of a VOTable DATA node (whatever is its child node: FITS, BINARY or TABLEDATA).
    Common interface of a writer of the data of a VOTable DATA node (whatever is its child node: FITS, BINARY or TABLEDATA).