B C G J L P S U

B

byteToString(byte[]) - Static method in class uk.co.petertribble.jumble.JumbleUtils
Reads a String out of a byte array.

C

contents() - Method in class uk.co.petertribble.jumble.JumbleFile
Gets the contents of the file.
contents(File) - Static method in class uk.co.petertribble.jumble.JumbleFile
Static utility method to read a file.

G

getByteContents() - Method in class uk.co.petertribble.jumble.JumbleFile
Gets the contents of the file, explicitly as a byte array
getByteContents(File) - Static method in class uk.co.petertribble.jumble.JumbleFile
Static utility method to read a file into a byte array
getMessage() - Method in class uk.co.petertribble.jumble.JumbleFile
Get a status message, if any.
getStringContents() - Method in class uk.co.petertribble.jumble.JumbleFile
Gets the contents of the file as a String
getStringContents(File) - Static method in class uk.co.petertribble.jumble.JumbleFile
Static utility method to read a file into a String

J

JumbleFile - Class in uk.co.petertribble.jumble
Convenience routines for accessing files.
JumbleFile(String) - Constructor for class uk.co.petertribble.jumble.JumbleFile
Read a file, specified by name
JumbleFile(File) - Constructor for class uk.co.petertribble.jumble.JumbleFile
Read a file, specified by a File object
JumbleUtils - Class in uk.co.petertribble.jumble
Convenience routines.
JumbleUtils() - Constructor for class uk.co.petertribble.jumble.JumbleUtils
 

L

ListSystemProperties() - Static method in class uk.co.petertribble.jumble.JumbleUtils
Retrieves all the system properties into a String

P

printKeys(Hashtable) - Static method in class uk.co.petertribble.jumble.JumbleUtils
Prints all the keys in a Hashtable to the standard output
put(Object) - Method in class uk.co.petertribble.jumble.JumbleFile
Write to a file.
put(File, Object) - Static method in class uk.co.petertribble.jumble.JumbleFile
Static utility method to write to a file.

S

safeFileName(String) - Static method in class uk.co.petertribble.jumble.JumbleUtils
Sanitizes a file name, replacing undesirable characters with the "_" character.
stringToPropHash(String, String) - Static method in class uk.co.petertribble.jumble.JumbleUtils
Converts a String to a property hash.
stringToPropMap(String, String) - Static method in class uk.co.petertribble.jumble.JumbleUtils
Converts a String to a property Map.
stringToStringArray(String, String) - Static method in class uk.co.petertribble.jumble.JumbleUtils
Converts a String to an Array of Strings separated by the given separator.

U

uk.co.petertribble.jumble - package uk.co.petertribble.jumble
 

B C G J L P S U