Home >> All >> org >> w3c >> tools >> [ codec Javadoc ] |
org.w3c.tools.codec: Javadoc index of package org.w3c.tools.codec.
Package Samples:
org.w3c.tools.codec
Classes:
Base64Encoder: BASE64 encoder implementation. This object takes as parameter an input stream and an output stream. It encodes the input stream, using the BASE64 encoding rules, as defined in MIME specification and emit the resulting data to the output stream.
Base64Decoder: Decode a BASE64 encoded input stream to some output stream. This class implements BASE64 decoding, as specified in the MIME specification .
Base64FormatException: Exception for invalid BASE64 streams.
Home | Contact Us | Privacy Policy | Terms of Service |