Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D E G H L M P

B

Base64 - class com.anotherbigidea.util.Base64.
Base64 encoding/decoding utilities
Base64() - Constructor for class com.anotherbigidea.util.Base64
 

C

charLookup - Static variable in class com.anotherbigidea.util.Base64
 
charset - Static variable in class com.anotherbigidea.util.Base64
 
com.anotherbigidea.util - package com.anotherbigidea.util
 

D

decode(Reader, OutputStream) - Static method in class com.anotherbigidea.util.Base64
 
decode(String) - Static method in class com.anotherbigidea.util.Base64
 
dump(byte[], long, String) - Static method in class com.anotherbigidea.util.Hex
 
dump(PrintWriter, byte[], long, String, boolean) - Static method in class com.anotherbigidea.util.Hex
 
dump(PrintWriter, byte[], int, int, long, String, boolean) - Static method in class com.anotherbigidea.util.Hex
 
dumpWithBinary(byte[], long, String) - Static method in class com.anotherbigidea.util.Hex
 

E

encode(InputStream, Writer) - Static method in class com.anotherbigidea.util.Base64
 
encode(byte[]) - Static method in class com.anotherbigidea.util.Base64
 
encode(byte[], int, int) - Static method in class com.anotherbigidea.util.Base64
 

G

getByte(byte) - Static method in class com.anotherbigidea.util.Hex
Get unsigned byte

H

Hex - class com.anotherbigidea.util.Hex.
Hex dump conversion utilities
Hex() - Constructor for class com.anotherbigidea.util.Hex
 

L

leadingZeros(String, int) - Static method in class com.anotherbigidea.util.Hex
Pad the string with leading zeros until it it reached the given size

M

main(String[]) - Static method in class com.anotherbigidea.util.Base64
If args.length > 0 then encode binary on stdin to base64 on stdout, else decode base64 on stdin to binary on stdout
main(String[]) - Static method in class com.anotherbigidea.util.Hex
Dump the named file to System.out

P

paddingChar - Static variable in class com.anotherbigidea.util.Base64
 

B C D E G H L M P