|
|||||||||
Home >> All >> org >> w3c >> tools >> [ codec overview ] | PREV NEXT |
B
- BUFFER_SIZE - Static variable in class org.w3c.tools.codec.Base64Decoder
- BUFFER_SIZE - Static variable in class org.w3c.tools.codec.Base64Encoder
- Base64Decoder - class org.w3c.tools.codec.Base64Decoder.
- Decode a BASE64 encoded input stream to some output stream.
- Base64Decoder(String) - Constructor for class org.w3c.tools.codec.Base64Decoder
- Create a decoder to decode a String.
- Base64Decoder(InputStream, OutputStream) - Constructor for class org.w3c.tools.codec.Base64Decoder
- Create a decoder to decode a stream.
- Base64Encoder - class org.w3c.tools.codec.Base64Encoder.
- BASE64 encoder implementation.
- Base64Encoder(String) - Constructor for class org.w3c.tools.codec.Base64Encoder
- Create a new Base64 encoder, to encode the given string.
- Base64Encoder(InputStream, OutputStream) - Constructor for class org.w3c.tools.codec.Base64Encoder
- Create a new Base64 encoder, encoding input to output.
- Base64FormatException - exception org.w3c.tools.codec.Base64FormatException.
- Exception for invalid BASE64 streams.
- Base64FormatException(String) - Constructor for class org.w3c.tools.codec.Base64FormatException
- Create that kind of exception
C
- check(int) - Method in class org.w3c.tools.codec.Base64Decoder
E
- encoding - Static variable in class org.w3c.tools.codec.Base64Encoder
G
- get1(byte[], int) - Method in class org.w3c.tools.codec.Base64Decoder
- get1(byte[], int) - Method in class org.w3c.tools.codec.Base64Encoder
- get2(byte[], int) - Method in class org.w3c.tools.codec.Base64Decoder
- get2(byte[], int) - Method in class org.w3c.tools.codec.Base64Encoder
- get3(byte[], int) - Method in class org.w3c.tools.codec.Base64Decoder
- get3(byte[], int) - Method in class org.w3c.tools.codec.Base64Encoder
- get4(byte[], int) - Static method in class org.w3c.tools.codec.Base64Encoder
I
- in - Variable in class org.w3c.tools.codec.Base64Decoder
- in - Variable in class org.w3c.tools.codec.Base64Encoder
M
- main(String[]) - Static method in class org.w3c.tools.codec.Base64Decoder
- Test the decoder.
- main(String[]) - Static method in class org.w3c.tools.codec.Base64Encoder
- Testing the encoder.
O
- org.w3c.tools.codec - package org.w3c.tools.codec
- out - Variable in class org.w3c.tools.codec.Base64Decoder
- out - Variable in class org.w3c.tools.codec.Base64Encoder
P
- printHex(int) - Method in class org.w3c.tools.codec.Base64Decoder
- printHex(byte[], int, int) - Method in class org.w3c.tools.codec.Base64Decoder
- printHex(String) - Method in class org.w3c.tools.codec.Base64Decoder
- process() - Method in class org.w3c.tools.codec.Base64Decoder
- Do the actual decoding.
- process() - Method in class org.w3c.tools.codec.Base64Encoder
- Process the data: encode the input stream to the output stream.
- processString() - Method in class org.w3c.tools.codec.Base64Decoder
- Do the decoding, and return a String.
- processString() - Method in class org.w3c.tools.codec.Base64Encoder
- Encode the content of this encoder, as a string.
S
- stringp - Variable in class org.w3c.tools.codec.Base64Decoder
- stringp - Variable in class org.w3c.tools.codec.Base64Encoder
B C E G I M O P S
|
|||||||||
Home >> All >> org >> w3c >> tools >> [ codec overview ] | PREV NEXT |