B C D E F G H M P R S T W 

B

byteToHex(byte[]) - Static method in class de.binfalse.bfutils.GeneralTools
Byte to hex.

C

CACHE_DIR - Static variable in class de.binfalse.bfutils.FileRetriever
The cache dir.
computeLevenshteinDistance(String, String) - Static method in class de.binfalse.bfutils.GeneralTools
Compute levenshtein distance of two strings.
copy(URI, File, boolean) - Static method in class de.binfalse.bfutils.FileRetriever
Copy a file.

D

de.binfalse.bfutils - package de.binfalse.bfutils
 
decodeBase64(String) - Static method in class de.binfalse.bfutils.GeneralTools
Decode a base64 string.
download(URI, File) - Static method in class de.binfalse.bfutils.FileRetriever
Download a file from a remote location..

E

encodeBase64(byte[]) - Static method in class de.binfalse.bfutils.GeneralTools
Encode some byte in base64.

F

FileRetriever - Class in de.binfalse.bfutils
Class FileRetriever to retrieve files from disk or from web.
FileRetriever() - Constructor for class de.binfalse.bfutils.FileRetriever
 
FIND_LOCAL - Static variable in class de.binfalse.bfutils.FileRetriever
Are we allowed to search for local files?.
FIND_REMOTE - Static variable in class de.binfalse.bfutils.FileRetriever
Are we allowed to search for files on the Internet?.

G

GeneralTools - Class in de.binfalse.bfutils
 
GeneralTools() - Constructor for class de.binfalse.bfutils.GeneralTools
 
getFile(URI, File) - Static method in class de.binfalse.bfutils.FileRetriever
Retrieves a file from an URI.
getUri(String, URI) - Static method in class de.binfalse.bfutils.FileRetriever
Compute an URI location.

H

hash(String) - Static method in class de.binfalse.bfutils.GeneralTools
Hash a message using either sha256/sha1/sha512/md5, whatever is available.
hashMd5(String) - Static method in class de.binfalse.bfutils.GeneralTools
Hash a message using MD5.
hashSha1(String) - Static method in class de.binfalse.bfutils.GeneralTools
Hash a message using SHA1.
hashSha256(String) - Static method in class de.binfalse.bfutils.GeneralTools
Hash a message using SHA256.
hashSha512(String) - Static method in class de.binfalse.bfutils.GeneralTools
Hash a message using SHA512.

M

minimum(int, int, int) - Static method in class de.binfalse.bfutils.GeneralTools
Get the minimum of 3 values.

P

prettyDouble(Double, Integer) - Static method in class de.binfalse.bfutils.GeneralTools
Beautify the display of a double d.
prettyDouble(Double, Integer, String, String) - Static method in class de.binfalse.bfutils.GeneralTools
Beautify the display of a double d.

R

repeat(String, int) - Static method in class de.binfalse.bfutils.GeneralTools
Repeat a string.
reset() - Method in class de.binfalse.bfutils.SimpleOutputStream
Reset the output stream.

S

setUpCache(File) - Static method in class de.binfalse.bfutils.FileRetriever
Sets the up caching.
SimpleOutputStream - Class in de.binfalse.bfutils
 
SimpleOutputStream() - Constructor for class de.binfalse.bfutils.SimpleOutputStream
 

T

toString() - Method in class de.binfalse.bfutils.SimpleOutputStream
 

W

write(int) - Method in class de.binfalse.bfutils.SimpleOutputStream
 
B C D E F G H M P R S T W 

Copyright © 2014. All rights reserved.