B C D E

B

Base64 - Class in com.migcomponents.migbase64
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.

On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder().

On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays.
Base64() - Constructor for class com.migcomponents.migbase64.Base64
 
Base64IO - Class in com.migcomponents.migbase64
Base64 for InputStream
Licence = BSD
Base64IO() - Constructor for class com.migcomponents.migbase64.Base64IO
 

C

com.migcomponents.migbase64 - package com.migcomponents.migbase64
 

D

decode(char[]) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded byte array.
decode(byte[], int, int) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded String.
decodeFast(char[]) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - Static method in class com.migcomponents.migbase64.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.

E

encode(InputStream, OutputStream, boolean) - Static method in class com.migcomponents.migbase64.Base64IO
Encodes a raw InputStream into a BASE64 OutputStream representation in accordance with RFC 2045.
encodeToByte(byte[], boolean) - Static method in class com.migcomponents.migbase64.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToByte(byte[], int, int, boolean) - Static method in class com.migcomponents.migbase64.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class com.migcomponents.migbase64.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class com.migcomponents.migbase64.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.

B C D E

Copyright © Aug 2004–2014 Mikael Grev. All rights reserved.