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