A B C D E F G H I J K L M N O P R S T U V W X Z 

A

AbstractExpiryCollection<T> - Class in org.wiztools.commons
Abstract class providing all the basic functionality of ExpiryCollection like cleaner thread and iterator.
AbstractExpiryCollection(long) - Constructor for class org.wiztools.commons.AbstractExpiryCollection
 
AbstractExpiryCollection.Encp - Class in org.wiztools.commons
 
acquire() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
acquire() - Method in interface org.wiztools.commons.ExpiryCollection
Before running sequence of operations on the collection (like iterating, adding element, etc.), it is recommended to acquire the lock so that the cleaner thread does not run in-between the operation.
add(T, long) - Method in class org.wiztools.commons.AbstractExpiryCollection
 
add(T, long) - Method in interface org.wiztools.commons.ExpiryCollection
 
ALL - Static variable in interface org.wiztools.commons.Charsets
 
ALL - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
ALPHABETS - Static variable in interface org.wiztools.commons.Characters
 
ALPHABETS_LOWERCASE - Static variable in interface org.wiztools.commons.Characters
 
ALPHABETS_UPPERCASE - Static variable in interface org.wiztools.commons.Characters
 
append(Object) - Method in class org.wiztools.commons.ToStringBuilder
Append the obj for the purpose of building the final toString representation.
append(String, Object) - Method in class org.wiztools.commons.ToStringBuilder
 
ArrayUtil - Class in org.wiztools.commons
 
asList(T...) - Static method in class org.wiztools.commons.CollectionsUtil
Accepts a varargs argument of type T, and returns a java.util.List representation of them.
asNumber(boolean) - Static method in class org.wiztools.commons.BooleanUtil
If the boolean value is true, returns 1, otherwise 0.
available() - Method in class org.wiztools.commons.RandomInputStream
 

B

BASE58 - Static variable in interface org.wiztools.commons.Characters
 
Base58Util - Class in org.wiztools.commons
Class to compute the Base58 value of a long counter.
Base58Util() - Constructor for class org.wiztools.commons.Base58Util
 
BASE62 - Static variable in interface org.wiztools.commons.Characters
 
BASE64 - Static variable in interface org.wiztools.commons.Characters
 
BASE64_FILENAME - Static variable in interface org.wiztools.commons.Characters
 
BASE64_REGEXP - Static variable in interface org.wiztools.commons.Characters
 
BASE64_URL - Static variable in interface org.wiztools.commons.Characters
 
BooleanUtil - Class in org.wiztools.commons
 
bytesToHex(byte[]) - Static method in class org.wiztools.commons.HexEncodeUtil
This logic is based on the tip published by Jeff Boyle here: http://www.devx.com/tips/Tip/13540

C

capatilizeFirstLetter(String) - Static method in class org.wiztools.commons.StringUtil
Capatilize only the first letter of the string.
capatilizeFirstLetterEachWord(String) - Static method in class org.wiztools.commons.StringUtil
Capatilize first letter of each word after a space, dot (.) or single-quote (').
CharacterEscaper - Class in org.wiztools.commons
Escapes specified characters in string with a `\' prefix.
CharacterEscaper(String) - Constructor for class org.wiztools.commons.CharacterEscaper
 
CharacterEscaper(char[]) - Constructor for class org.wiztools.commons.CharacterEscaper
 
Characters - Interface in org.wiztools.commons
 
Charsets - Interface in org.wiztools.commons
Defines common charsets supported in all Java platforms.
cipher(String) - Static method in class org.wiztools.commons.Rot13
Converts the input string ROT-13 algorithm.
cipher(int, String) - Static method in class org.wiztools.commons.RotN
To cipher a String using ROT-N algorithm.
clear() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
clear() - Method in interface org.wiztools.commons.ExpiryCollection
 
clear() - Method in interface org.wiztools.commons.MultiValueMap
 
clear() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
clear() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
close() - Method in class org.wiztools.commons.NullOutputStream
 
close() - Method in class org.wiztools.commons.RandomInputStream
 
CollectionsUtil - Class in org.wiztools.commons
 
CollectionsUtil() - Constructor for class org.wiztools.commons.CollectionsUtil
 
concat(T[]...) - Static method in class org.wiztools.commons.ArrayUtil
Concatenates all the passed parameters.
concat(short[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(int[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(long[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(byte[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(char[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(float[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(double[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
concat(boolean[]...) - Static method in class org.wiztools.commons.ArrayUtil
 
contains(T) - Method in class org.wiztools.commons.AbstractExpiryCollection
 
contains(T[], T) - Static method in class org.wiztools.commons.ArrayUtil
 
contains(T) - Method in interface org.wiztools.commons.ExpiryCollection
 
containsKey(K) - Method in interface org.wiztools.commons.MultiValueMap
 
containsKey(K) - Method in class org.wiztools.commons.MultiValueMapArrayList
 
containsKey(K) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
containsValue(V) - Method in interface org.wiztools.commons.MultiValueMap
 
containsValue(V) - Method in class org.wiztools.commons.MultiValueMapArrayList
 
containsValue(V) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
copy(File, File) - Static method in class org.wiztools.commons.FileUtil
Copies content of directory/file.
copy(InputStream, OutputStream) - Static method in class org.wiztools.commons.StreamUtil
Copies the content read from InputStream to OutputStream.

D

DateUtil - Class in org.wiztools.commons
 
DateUtil() - Constructor for class org.wiztools.commons.DateUtil
 
deCipher(int, String) - Static method in class org.wiztools.commons.RotN
To decipher a String using ROT-N algorithm.
decode(String) - Static method in class org.wiztools.commons.Base58Util
Decodes a Base58 string to its corresponding decimal equivalent.
decode(String) - Static method in class org.wiztools.commons.URLEncoder
 
decodeURI(String) - Static method in class org.wiztools.commons.JavaScript
 
decodeURIComponent(String) - Static method in class org.wiztools.commons.JavaScript
 
DEFAULT - Static variable in interface org.wiztools.commons.Charsets
 
digest(byte[], String) - Static method in class org.wiztools.commons.DigestUtil
 
DigestAlgorithm - Interface in org.wiztools.commons
Digest Algorithm string used by Java Security.
DigestUtil - Class in org.wiztools.commons
Convenience class for common hashing functionality.
dumpHexData(PrintStream, byte[]) - Static method in class org.wiztools.commons.HexDump
 
dumpHexData(PrintStream, byte[], int) - Static method in class org.wiztools.commons.HexDump
 

E

EMPTY_MULTI_VALUE_MAP - Static variable in class org.wiztools.commons.CollectionsUtil
 
emptyMultiValueMap() - Static method in class org.wiztools.commons.CollectionsUtil
Returns a empty MultiValueMap.
encode(long) - Static method in class org.wiztools.commons.Base58Util
Encodes the given value as a Base58 string.
encode(String) - Static method in class org.wiztools.commons.URLEncoder
 
encode(String) - Static method in class org.wiztools.commons.XmlEntityEncode
Converts XML special characters like < to corresponding encoded value &lt;.
encodeURI(String) - Static method in class org.wiztools.commons.JavaScript
 
encodeURIComponent(String) - Static method in class org.wiztools.commons.JavaScript
 
equals(Object) - Method in class org.wiztools.commons.AbstractExpiryCollection.Encp
 
equals(Object) - Method in class org.wiztools.commons.MultiValueMapArrayList
 
equals(Object) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
escape(String) - Method in class org.wiztools.commons.CharacterEscaper
Escape the characters in the given string and return the escaped string.
escape(String) - Static method in class org.wiztools.commons.JavaScript
 
ExpiryArrayList<T> - Class in org.wiztools.commons
ArrayList implementation of ExpiryCollection
ExpiryArrayList(long) - Constructor for class org.wiztools.commons.ExpiryArrayList
 
ExpiryCollection<T> - Interface in org.wiztools.commons
When adding elements to this collection type, we need to specify when the element will be expired and removed from the collection.
ExpiryHashSet<T> - Class in org.wiztools.commons
A HashSet implementation of the ExpiryCollection.
ExpiryHashSet(long) - Constructor for class org.wiztools.commons.ExpiryHashSet
 
explode(String, String) - Static method in class org.wiztools.commons.StringUtil
A method similar to PHP's explode() function (http://php.net/explode) This method does not use RegularExpression based split as in Java.
explodeFirst(String, String) - Static method in class org.wiztools.commons.StringUtil
When delimiter is found in the string, the string is split into two parts: sub-string till the delimiter, and the string after the delimiter.
explodeLast(String, String) - Static method in class org.wiztools.commons.StringUtil
Splits the string into two parts based on the last occurrence of the delimiter.

F

fileEncoding - Static variable in interface org.wiztools.commons.SystemProperty
 
fileSeparator - Static variable in interface org.wiztools.commons.SystemProperty
Windows: \ Mac & *nix: /
FileUtil - Class in org.wiztools.commons
Common functions using the java.io.File object.

G

get(K) - Method in interface org.wiztools.commons.MultiValueMap
 
get(K) - Method in class org.wiztools.commons.MultiValueMapArrayList
 
get(K) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
getAsISODateString(Date) - Static method in class org.wiztools.commons.DateUtil
Returns the date in ISO 8601 format yyyy-MM-dd.
getAsISODateTimeString(Date) - Static method in class org.wiztools.commons.DateUtil
Returns the date and time in ISO 8601 format yyyy-MM-dd HH:mm:ss
getContentAsBytes(File) - Static method in class org.wiztools.commons.FileUtil
Read the contents of the file as a byte[]
getContentAsString(File, Charset) - Static method in class org.wiztools.commons.FileUtil
Returns the content of the file as a String
getContentAsStringList(File, Charset) - Static method in class org.wiztools.commons.FileUtil
Each line in the file is returned as a element in the list.
getData() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
getData() - Method in class org.wiztools.commons.ExpiryArrayList
 
getData() - Method in class org.wiztools.commons.ExpiryHashSet
 
getDateFromString(String) - Static method in class org.wiztools.commons.DateUtil
Tries to match common patterns by which date is mentioned, and returns a Date object.
getDatePlusDays(Date, int) - Static method in class org.wiztools.commons.DateUtil
Adds the number of days to the date and returns the new Date instance.
getDatePlusMonths(Date, int) - Static method in class org.wiztools.commons.DateUtil
Adds the number of months to the date and returns the new Date instance.
getDatePlusYears(Date, int) - Static method in class org.wiztools.commons.DateUtil
Adds the number of years to the date and returns the new Date instance.
getFromISODateString(String) - Static method in class org.wiztools.commons.DateUtil
Returns java.util.Date object for the ISO 8601 formatted String yyyy-MM-dd.
getHexDataDumpAsString(byte[]) - Static method in class org.wiztools.commons.HexDump
 
getHexDataDumpAsString(byte[], int) - Static method in class org.wiztools.commons.HexDump
 
getMimeType(File) - Static method in class org.wiztools.commons.FileUtil
Returns the mime-type of the file.
getNullStrIfNull(String) - Static method in class org.wiztools.commons.StringUtil
 
getRandomStr() - Static method in class org.wiztools.commons.RandomUtil
 
getRandomStr(int) - Static method in class org.wiztools.commons.RandomUtil
 
getRandomStr(int, char[]) - Static method in class org.wiztools.commons.RandomUtil
Generate random string from specified characters.
getToStringBuilder() - Method in interface org.wiztools.commons.ToString
 

H

hashCode() - Method in class org.wiztools.commons.AbstractExpiryCollection.Encp
 
hashCode() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
hashCode() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
HexDump - Class in org.wiztools.commons
Code is derived from: http://www.devdaily.com/java/jwarehouse/syslogd-2.2/source/com/ice/util/HexDump.java.shtml
HexEncodeUtil - Class in org.wiztools.commons
Utility method to convert byte array to hex-encoded string.

I

Implementation - Class in org.wiztools.commons
This is a service locator framework.
Implementation() - Constructor for class org.wiztools.commons.Implementation
 
ImplementationLoadException - Exception in org.wiztools.commons
 
ImplementationLoadException(Throwable) - Constructor for exception org.wiztools.commons.ImplementationLoadException
 
implode(String, String[]) - Static method in class org.wiztools.commons.StringUtil
A method similar to PHP's implode() function (http://php.net/implode)
implode(String[]) - Static method in class org.wiztools.commons.StringUtil
A method similar to PHP's implode() function (http://php.net/implode)
implode(String, Collection<String>) - Static method in class org.wiztools.commons.StringUtil
A method similar to PHP's implode() function (http://php.net/implode)
implode(Collection<String>) - Static method in class org.wiztools.commons.StringUtil
A method similar to PHP's implode() function (http://php.net/implode)
inputStream2Bytes(InputStream) - Static method in class org.wiztools.commons.StreamUtil
Reads the InputStream and creates a byte[] of the content.
inputStream2String(InputStream, Charset) - Static method in class org.wiztools.commons.StreamUtil
Reads the stream and generates a String content using the charset specified.
isAllNull(Object...) - Static method in class org.wiztools.commons.NullUtil
 
isAnyNull(Object...) - Static method in class org.wiztools.commons.NullUtil
 
isArray(Object) - Static method in class org.wiztools.commons.ArrayUtil
Determines if the passed object is of type array.
isDateBetween(Date, Date, Date) - Static method in class org.wiztools.commons.DateUtil
This is an inclusive method: returns true if the date is equal to startDate or endDate.
isEmpty() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
isEmpty() - Method in interface org.wiztools.commons.ExpiryCollection
 
isEmpty() - Method in interface org.wiztools.commons.MultiValueMap
 
isEmpty() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
isEmpty() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
isEmpty(String) - Static method in class org.wiztools.commons.StringUtil
Checks if the String is null, or an empty string.
isMac() - Static method in class org.wiztools.commons.OS
 
isNotEmpty(String) - Static method in class org.wiztools.commons.StringUtil
Checks if the string is not null and not empty.
ISO_8859_1 - Static variable in interface org.wiztools.commons.Charsets
 
isSolaris() - Static method in class org.wiztools.commons.OS
 
isUnix() - Static method in class org.wiztools.commons.OS
 
isWindows() - Static method in class org.wiztools.commons.OS
 
iterator() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
iterator() - Method in interface org.wiztools.commons.ExpiryCollection
 

J

JavaScript - Class in org.wiztools.commons
JavaScript functions in Java.

K

keySet() - Method in interface org.wiztools.commons.MultiValueMap
 
keySet() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
keySet() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 

L

languageTrim(String, int) - Static method in class org.wiztools.commons.StringUtil
Trim text to the last whitespace character within range.
lineSeparator - Static variable in interface org.wiztools.commons.SystemProperty
Windows: \r\n Mac & *nix: \n

M

MD2 - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
MD5 - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
md5hex(String) - Static method in class org.wiztools.commons.DigestUtil
 
md5hex(byte[]) - Static method in class org.wiztools.commons.DigestUtil
 
mean(int[]) - Static method in class org.wiztools.commons.Statistics
 
mean(long[]) - Static method in class org.wiztools.commons.Statistics
 
mean(float[]) - Static method in class org.wiztools.commons.Statistics
 
mean(double[]) - Static method in class org.wiztools.commons.Statistics
 
median(int[]) - Static method in class org.wiztools.commons.Statistics
 
mode(int[]) - Static method in class org.wiztools.commons.Statistics
 
MultiValueMap<K,V> - Interface in org.wiztools.commons
An interface defining a Map construct which supports multiple-values per key.
MultiValueMapArrayList<K,V> - Class in org.wiztools.commons
This class does not implement java.util.Map<K, V> interface.
MultiValueMapArrayList() - Constructor for class org.wiztools.commons.MultiValueMapArrayList
 
MultiValueMapLinkedHashSet<K,V> - Class in org.wiztools.commons
 
MultiValueMapLinkedHashSet() - Constructor for class org.wiztools.commons.MultiValueMapLinkedHashSet
 

N

now() - Static method in class org.wiztools.commons.DateUtil
 
NullOutputStream - Class in org.wiztools.commons
Originally written by Elliotte Rusty Harold for the book Java I/O 2nd edition.
NullOutputStream() - Constructor for class org.wiztools.commons.NullOutputStream
 
NullUtil - Class in org.wiztools.commons
 
NUMBERS - Static variable in interface org.wiztools.commons.Characters
 

O

of(Class<T>) - Static method in class org.wiztools.commons.Implementation
 
org.wiztools.commons - package org.wiztools.commons
 
OS - Class in org.wiztools.commons
 

P

pathSeparator - Static variable in interface org.wiztools.commons.SystemProperty
Windows: ; Mac & *nix: :
put(K, V) - Method in interface org.wiztools.commons.MultiValueMap
 
put(K, V) - Method in class org.wiztools.commons.MultiValueMapArrayList
 
put(K, V) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 

R

RandomInputStream - Class in org.wiztools.commons
Originally written by Elliotte Rusty Harold for the book Java I/O 2nd edition.
RandomInputStream() - Constructor for class org.wiztools.commons.RandomInputStream
 
RandomUtil - Class in org.wiztools.commons
 
read() - Method in class org.wiztools.commons.RandomInputStream
 
read(byte[], int, int) - Method in class org.wiztools.commons.RandomInputStream
 
read(byte[]) - Method in class org.wiztools.commons.RandomInputStream
 
release() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
release() - Method in interface org.wiztools.commons.ExpiryCollection
Whenever lock is acquired, make sure to release it (preferably in finally block).
remove(K) - Method in interface org.wiztools.commons.MultiValueMap
 
remove(K) - Method in class org.wiztools.commons.MultiValueMapArrayList
 
remove(K) - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
reverse(T[]) - Static method in class org.wiztools.commons.ArrayUtil
Reverses the contents of the array.
reverse(boolean[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(byte[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(char[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(short[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(int[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(long[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(float[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverse(double[]) - Static method in class org.wiztools.commons.ArrayUtil
 
reverseCapitalization(String) - Static method in class org.wiztools.commons.StringUtil
Reverses the capitalization of the string.
Rot13 - Class in org.wiztools.commons
An implementation of the ROT-13 algorithm.
RotN - Class in org.wiztools.commons
This class is an implementation of the ROT-N algorithm.

S

sha1hex(String) - Static method in class org.wiztools.commons.DigestUtil
 
sha1hex(byte[]) - Static method in class org.wiztools.commons.DigestUtil
 
sha256hex(String) - Static method in class org.wiztools.commons.DigestUtil
 
sha256hex(byte[]) - Static method in class org.wiztools.commons.DigestUtil
 
sha512hex(String) - Static method in class org.wiztools.commons.DigestUtil
 
sha512hex(byte[]) - Static method in class org.wiztools.commons.DigestUtil
 
SHA_1 - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
SHA_256 - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
SHA_384 - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
SHA_512 - Static variable in interface org.wiztools.commons.DigestAlgorithm
 
shutdown() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
shutdown() - Method in interface org.wiztools.commons.ExpiryCollection
Call to this method will send a interrupt signal to the cleaner thread and make it quit.
size() - Method in class org.wiztools.commons.AbstractExpiryCollection
 
size() - Method in interface org.wiztools.commons.ExpiryCollection
 
size() - Method in interface org.wiztools.commons.MultiValueMap
 
size() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
size() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
skip(long) - Method in class org.wiztools.commons.RandomInputStream
 
SPECIAL - Static variable in interface org.wiztools.commons.Characters
 
Statistics - Class in org.wiztools.commons
 
StreamUtil - Class in org.wiztools.commons
Common operations on java.io.Stream objects.
STRING_ARRAY - Static variable in class org.wiztools.commons.StringUtil
 
STRING_DEFAULT_LENGTH - Static variable in class org.wiztools.commons.RandomUtil
 
StringUtil - Class in org.wiztools.commons
 
SystemProperty - Interface in org.wiztools.commons
This interface defines JVM properties which are accessed using java.lang.System.getProperty() method.

T

tmpDir - Static variable in interface org.wiztools.commons.SystemProperty
 
toString() - Method in class org.wiztools.commons.CharacterEscaper
 
toString() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
toString() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 
ToString - Interface in org.wiztools.commons
Interface to define the contract for classes using the ToString framework.
toString() - Method in class org.wiztools.commons.ToStringBuilder
 
ToStringBuilder - Class in org.wiztools.commons
Builder class to generate the toString() output.
ToStringBuilder() - Constructor for class org.wiztools.commons.ToStringBuilder
 

U

unescape(String) - Static method in class org.wiztools.commons.JavaScript
 
unmodifiableMultiValueMap(MultiValueMap<K, V>) - Static method in class org.wiztools.commons.CollectionsUtil
Returns an unmodifiable version of the MultiValueMap.
unzip(File, File) - Static method in class org.wiztools.commons.ZipUtil
 
URLEncoder - Class in org.wiztools.commons
Class provides encode and decode methods with UTF-8 encoding.
US_ASCII - Static variable in interface org.wiztools.commons.Charsets
 
userDir - Static variable in interface org.wiztools.commons.SystemProperty
 
userHome - Static variable in interface org.wiztools.commons.SystemProperty
 
userLanguage - Static variable in interface org.wiztools.commons.SystemProperty
 
userName - Static variable in interface org.wiztools.commons.SystemProperty
 
UTF_16 - Static variable in interface org.wiztools.commons.Charsets
 
UTF_16BE - Static variable in interface org.wiztools.commons.Charsets
 
UTF_16LE - Static variable in interface org.wiztools.commons.Charsets
 
UTF_8 - Static variable in interface org.wiztools.commons.Charsets
 

V

values() - Method in interface org.wiztools.commons.MultiValueMap
 
values() - Method in class org.wiztools.commons.MultiValueMapArrayList
 
values() - Method in class org.wiztools.commons.MultiValueMapLinkedHashSet
 

W

write(int) - Method in class org.wiztools.commons.NullOutputStream
 
write(byte[], int, int) - Method in class org.wiztools.commons.NullOutputStream
 
writeBytes(File, byte[]) - Static method in class org.wiztools.commons.FileUtil
Writes a byte[] to a file.
writeString(File, String, Charset) - Static method in class org.wiztools.commons.FileUtil
Writes the provided String to the file using the provided charset encoding.

X

XmlEntityEncode - Class in org.wiztools.commons
Convenience method to encode XML pre-defined entity characters.

Z

ZipUtil - Class in org.wiztools.commons
 
A B C D E F G H I J K L M N O P R S T U V W X Z 

Copyright © 2014. All rights reserved.