Skip navigation links
A B C D E F G H I J K L M N O P R S T V W 

A

addArgument(String, boolean) - Method in class org.brains2b.console.ArgumentMap
adds an Argument to the root of this map.
addArgument(String, String) - Method in class org.brains2b.console.ArgumentMap
adds an Argument to the root of this map.
addArgumentTo(String, String, boolean) - Method in class org.brains2b.console.ArgumentMap
Adds an argument to an option
addArgumentTo(String, String, String) - Method in class org.brains2b.console.ArgumentMap
Adds an argument to an option
addException(Throwable) - Method in class org.brains2b.task.DefaultTask
Adds an exception to the reporting Stack
addMessage(String) - Method in class org.brains2b.task.DefaultTask
Adds a message to the reporting Stack
addOption(String, char, boolean) - Method in class org.brains2b.console.ArgumentMap
adds an Option to the root of this map.
addOptionTo(String, String, char) - Method in class org.brains2b.console.ArgumentMap
adds an option to an argument
addTaskListener(TaskListener) - Method in class org.brains2b.task.DefaultTask
Method addTaskListener.
ArgumentException - Exception in org.brains2b.console
Exception for handling undefined arguments in the Main console class and accompanying ArgumentMap
ArgumentException(String) - Constructor for exception org.brains2b.console.ArgumentException
Constructor for ArgumentException.
ArgumentException(String, String) - Constructor for exception org.brains2b.console.ArgumentException
Constructor for ArgumentException.
ArgumentMap - Class in org.brains2b.console
An ArgumentMap is a 'road map' to the arguments that can be supplied to Main and the expected follow up.
ArgumentMap() - Constructor for class org.brains2b.console.ArgumentMap
Constructor for ArgumentMap.
available() - Method in class org.brains2b.io.ForkedInputStream
 

B

baseOnly(String) - Static method in class org.brains2b.util.StringHelper
Returns only the base capitilazid characters [A-Z][0-9] All other characters are removed from the String
betweenDate(Date, Date, int, boolean) - Static method in class org.brains2b.util.DateHelper
calculate the difference between two Dates in intervals defined by field.
betweenDate(Calendar, Calendar, int, boolean) - Static method in class org.brains2b.util.DateHelper
calculate the difference between two Calendars in intervals defined by field.
breakLine(String, int) - Static method in class org.brains2b.util.StringHelper
Breaks a String after a maximun number of characters on the first space or punctuation before that maximum.

C

ClassicFormatter() - Constructor for class org.brains2b.log.Logger.ClassicFormatter
Constructor for ClassicFormatter
clear() - Method in class org.brains2b.collection.SortedMap
 
close() - Method in class org.brains2b.io.ForkedInputStream
 
close() - Method in class org.brains2b.io.ForkedOutputStream
 
compare(Object, Object) - Method in class org.brains2b.collection.SortedMap
compare to Objects and returns the natural order Implementation takes the given sort order into account and will compare the keys or values respectively.
containsKey(Object) - Method in class org.brains2b.collection.SortedMap
 
containsValue(Object) - Method in class org.brains2b.collection.SortedMap
 
count(String, char) - Static method in class org.brains2b.util.StringHelper
Count the number of characters c in String s
createMap(List<? extends MapEntry<A, B>>) - Static method in class org.brains2b.collection.MapEntry
static method to create a normal Map from a list of MapEntry(s)

D

DateHelper - Class in org.brains2b.util
A function library giving some extra help dealing with dates.
DateHelper.ThreadSafeDateFormat - Class in org.brains2b.util
Thread save DateFormat
DEBUG - Static variable in class org.brains2b.log.Logger
DEBUG
DEBUG_VERBOSE - Static variable in class org.brains2b.log.Logger
Output level for DEBUG statements which might have a notable influence on the overal performance.
decode(String) - Static method in class org.brains2b.util.HexHelper
decode a hexidecimal string into an array of bytes
decodeDimension(String) - Static method in class org.brains2b.util.GuiHelper
Create a Rectangle from a String encoded as "width,height"
decodeRectangle(String) - Static method in class org.brains2b.util.GuiHelper
Create a Rectangle from a String encoded as "x,y,width,height"
DefaultTask - Class in org.brains2b.task
Implementing a Task as default Task Extra is the possibility to send an Event for use in progress bars and the like
DefaultTask() - Constructor for class org.brains2b.task.DefaultTask
Constructor for DefaultTask.
dispatch() - Method in class org.brains2b.task.TaskEvent
 
DynamicClassLoader - Class in org.brains2b.loader
Loads classes dynamically from a directory or jar/zip file being passed in.

E

encode(byte[]) - Static method in class org.brains2b.util.HexHelper
encode an array of bytes into a hexidecimal String
encodeDimension(Dimension) - Static method in class org.brains2b.util.GuiHelper
Write a Dimension as a String encoded as "width,height"
encodeRectangle(Rectangle) - Static method in class org.brains2b.util.GuiHelper
Write a Rectangle as a String encoded as "x,y,width,height"
EntryImpl - Class in org.brains2b.collection
A MapEntry written to rely on Strings instead of objects
EntryImpl() - Constructor for class org.brains2b.collection.EntryImpl
Default Constructor for EntryImpl
EntryImpl(String, String) - Constructor for class org.brains2b.collection.EntryImpl
Constructor for EntryImpl, initializes the values
entrySet() - Method in class org.brains2b.collection.SortedMap
 
equals(Object) - Method in class org.brains2b.collection.MapEntry
Compares this EntryImpl to another object to see if they are equal The following rules apply: If comparing a EntryImpl equals returns true if they have the same key If comparing a Object equals returns true if the Object equals the key In all other cases false is returned.
ERROR - Static variable in class org.brains2b.log.Logger
ERROR
EVENT_ID - Static variable in class org.brains2b.task.TaskEvent
EVENT_ID for TaskEvent assigned to be outside AWTEvent ids

F

FileHelper - Class in org.brains2b.util
[Short description] [Long description]
finalize() - Method in class org.brains2b.log.Logger
 
findComponent(Container, String) - Static method in class org.brains2b.util.GuiHelper
find a JComponent by name in a Container
findImplementation(Class, URL[]) - Static method in class org.brains2b.loader.DynamicClassLoader
find an implementation of an interface or class in the classpath supplied by the URLs
fireTaskEvent(TaskEvent) - Method in class org.brains2b.task.DefaultTask
Method fireTaskEvent.
ForkedInputStream - Class in org.brains2b.io
 
ForkedInputStream(InputStream, OutputStream) - Constructor for class org.brains2b.io.ForkedInputStream
 
ForkedOutputStream - Class in org.brains2b.io
 
ForkedOutputStream(OutputStream, OutputStream) - Constructor for class org.brains2b.io.ForkedOutputStream
 
format(LogRecord) - Method in class org.brains2b.log.Logger.ClassicFormatter
 
format(LogRecord) - Method in class org.brains2b.log.Logger.StampedFormatter
 
fromDate(Date) - Static method in class org.brains2b.util.DateHelper
gets a date formatted as String with pattern "dd-MMM-yyyy"

G

get(Object) - Method in class org.brains2b.collection.SortedMap
Overwritten the default get for performance reasons We bypass the entrySet() while it will sort the collection first.
getArgument() - Method in exception org.brains2b.console.ArgumentException
Gets the Argument for which the Exception was thrown
getArgument(String) - Method in class org.brains2b.console.Main
gets the value of an argument defined by name.
getArgumentMap() - Method in class org.brains2b.console.Main
gets the ArgumentMap.
getBrightness(Color) - Static method in class org.brains2b.util.GuiHelper
get a float representing the brightness of a Color
getDateFormat() - Method in class org.brains2b.util.DateHelper.ThreadSafeDateFormat
convenience method for return DateFormat from ThreadLocal.get()
getExtension(String) - Static method in class org.brains2b.util.FileHelper
get the the extension of a filename or path
getID() - Method in class org.brains2b.task.TaskEvent
 
getKey() - Method in class org.brains2b.collection.MapEntry
 
getList(String[]) - Method in class org.brains2b.console.ArgumentMap
gets the Map of all arguments supplied through String[] args mapped to their argument name.
getLocale(String) - Static method in class org.brains2b.util.LocaleHelper
gets Locale from a String representing a Locale
getLogger() - Static method in class org.brains2b.log.Logger
get the default TwelBox logger
getMax() - Method in class org.brains2b.task.DefaultTask
Gets the maximum position.
getMax() - Method in class org.brains2b.task.TaskEvent
Gets the maximum position.
getMessages() - Method in class org.brains2b.task.DefaultTask
 
getMessages() - Method in interface org.brains2b.task.Task
get the Stack of messages with either errors or warnings generated by this Task
getMin() - Method in class org.brains2b.task.DefaultTask
Gets the mininum position.
getMin() - Method in class org.brains2b.task.TaskEvent
Gets the minimum position .
getName(String) - Static method in enum org.brains2b.enums.OsName
get OsName from String.
getName() - Static method in enum org.brains2b.enums.OsName
get the current OsName for the running system
getNameWithoutExt(String) - Static method in class org.brains2b.util.FileHelper
get the filename without the extension and path
getNextAvailableFile(File) - Static method in class org.brains2b.util.FileHelper
from the give file will make the next file in a sequence given that it does not exist
getNonBaseCharacter(String) - Static method in class org.brains2b.util.StringHelper
get the first non-base character (not A-Z,a-z,0-9) from the start of the String
getNonBaseCharacter(String, int) - Static method in class org.brains2b.util.StringHelper
get the first non-base character (not A-Z,a-z,0-9) from start
getPattern() - Method in class org.brains2b.util.DateHelper.ThreadSafeDateFormat
get the Pattern/Mask for this DateFormat
getPosition() - Method in class org.brains2b.task.DefaultTask
Gets the position.
getPosition() - Method in class org.brains2b.task.TaskEvent
Gets the position.
getResult() - Method in class org.brains2b.task.DefaultTask
 
getResult() - Method in interface org.brains2b.task.Task
get the result of the Task result is in Task.RESULT_OK | Task.RESULT_ERROR | Task.RESULT_WARNING
getReverseCamel(String) - Static method in class org.brains2b.util.JavaHelper
return the string with _ separator from a CamelCase String
getSortOrder() - Method in class org.brains2b.collection.SortedMap
gets the sort order.
getValue() - Method in class org.brains2b.collection.MapEntry
 
getVersion(String) - Static method in enum org.brains2b.enums.JavaVersion
get the correct enum value from the java runtime information
getVersion() - Static method in enum org.brains2b.enums.JavaVersion
get the current java version as an enum
getWidth(String) - Static method in class org.brains2b.util.GuiHelper
Deprecated.
Does not return stable information between JDK's
getWidth(String, int) - Static method in class org.brains2b.util.GuiHelper
Deprecated.
Does not return stable information between JDK's
GuiHelper - Class in org.brains2b.util
Static help function for GUI related items

H

handleException(ArgumentException) - Method in class org.brains2b.console.Main
Default function for handling ArgumentException(s).
hashCode() - Method in class org.brains2b.collection.MapEntry
 
HexHelper - Class in org.brains2b.util
HexHelper decodes and encodes to hexadecimal values.

I

indexOfWord(String, String, int) - Static method in class org.brains2b.util.StringHelper
get the index of the start of word within the String
INFO - Static variable in class org.brains2b.log.Logger
INFO
initCaps(String, char) - Static method in class org.brains2b.util.StringHelper
Capitalize the first Letter in a String and all letters following the char.
initialValue() - Method in class org.brains2b.util.DateHelper.ThreadSafeDateFormat
 
isColor(String) - Static method in class org.brains2b.util.GuiHelper
check if a value supplied as a String contains the information to be used as a Color
isCountry(String) - Static method in class org.brains2b.util.LocaleHelper
Determines if a two letter combination is a valid ISO country code.
isEmpty() - Method in class org.brains2b.collection.SortedMap
 
isEmpty(String) - Static method in class org.brains2b.util.StringHelper
check if a String is empty, meaning a String of length zero or null
isFinished() - Method in class org.brains2b.task.DefaultTask
 
isFinished() - Method in interface org.brains2b.task.Task
indicate the Task has finished
isFinished() - Method in class org.brains2b.task.TaskEvent
True if Task has finished
isFont(String) - Static method in class org.brains2b.util.GuiHelper
check if a value supplied as a String contains the information to be used as a Font
isLanguage(String) - Static method in class org.brains2b.util.LocaleHelper
Determines if a two letter combination is a valid ISO language code.
isNumber(String) - Static method in class org.brains2b.util.StringHelper
check if the given String is a number.
ISO_DATE - Static variable in class org.brains2b.util.DateHelper
a Thread safe implementation of DateFormat for an ISO date
isoFromDate(Date, boolean) - Static method in class org.brains2b.util.DateHelper
Writes a date to an ISO-string, either with or without time
isoFromDate(Date) - Static method in class org.brains2b.util.DateHelper
Writes a date to an ISO-string without time
isoToDate(String) - Static method in class org.brains2b.util.DateHelper
Convert an ISO-date String into a Date
isQuoteCharacter(char) - Static method in class org.brains2b.util.StringHelper
check is a character is a quote: " or &

J

JavaHelper - Class in org.brains2b.util
[Short description] [Long description]
JavaVersion - Enum in org.brains2b.enums
enum of existing Java versions The current Enum for the version of Java being run can be retrieved from JavaVersion.getVersion()
join(String, Collection) - Static method in class org.brains2b.util.StringHelper
Deprecated.
From Java 1.8 use String#join

K

KEY - Static variable in class org.brains2b.collection.SortedMap
value to set sorting on KEY
keySet() - Method in class org.brains2b.collection.SortedMap
 

L

leftPad(String, String, int) - Static method in class org.brains2b.util.StringHelper
Pads a String to the left with th filler String until len is reached If the String is longer then the length the string will be truncated on the left to not return more then lenght characters
leftTrim(String) - Static method in class org.brains2b.util.StringHelper
Trim spaces to the left
loadClass(String, URL[]) - Static method in class org.brains2b.loader.DynamicClassLoader
load a specific class identified by it's fully qualified name from the passed URLs
loadClasses(URL[]) - Static method in class org.brains2b.loader.DynamicClassLoader
load all the classes from the classpath supplied by the URLs
LocaleHelper - Class in org.brains2b.util
A function library giving some extra help dealing with java.util.Locale.
Logger - Class in org.brains2b.log
Prints log messages to selected output or if not set to default output on the basis of a defined outputlevel and Logger level Logger writes output to a defined output on the basis of the following rules All output send to println(String) is always written to System.out or if set to an defined output All output send to println(String,level) are written to the output if the Logger-level is equal or lower than the level given.
Logger(String, String) - Constructor for class org.brains2b.log.Logger
Initialize Logger with name and path name to resourceBundle
Logger.ClassicFormatter - Class in org.brains2b.log
Implementation of Formatter to be consistant with The old-style Logger's formatting
Logger.StampedFormatter - Class in org.brains2b.log
Implementation of Formatter to be consistent with The old-style Logger's formatting and date stamping

M

Main - Class in org.brains2b.console
Main is a class for applications that are depending on commandline argument, like console applications.
Main() - Constructor for class org.brains2b.console.Main
Constructor for Main.
makeArgumentList(String[]) - Method in class org.brains2b.console.Main
Makes the argument list on the basis of a defined ArgumentMap and the supplied array of arguments
MapEntry<K,V> - Class in org.brains2b.collection
A straightforward implementation of the Map.Entry interface outside the Map class
MapEntry() - Constructor for class org.brains2b.collection.MapEntry
Default Constructor for MapEntry.
MapEntry(K) - Constructor for class org.brains2b.collection.MapEntry
Constructor for MapEntry.
MapEntry(K, V) - Constructor for class org.brains2b.collection.MapEntry
Constructor for MapEntry.
matchBracket(char, String) - Static method in class org.brains2b.util.StringHelper
Finds the matching bracket for the first character given by left in String line.
matchBracket(int, String) - Static method in class org.brains2b.util.StringHelper
Finds the matching bracket for the bracket character at pos in line.
max(Date, Date) - Static method in class org.brains2b.util.DateHelper
Return the last Date for two compared Dates
memberName(String) - Static method in class org.brains2b.util.JavaHelper
Makes a valid java member name by first making it into a javaName and then appending 'm_' to it.
min(Date, Date) - Static method in class org.brains2b.util.DateHelper
Return the first Date for two compared Dates
MISSING_ARGUMENT - Static variable in exception org.brains2b.console.ArgumentException
Constant for error message A required argument is missing

N

NO_SORT - Static variable in class org.brains2b.collection.SortedMap
value to set NO SORTING
NOT_RECOGNIZED - Static variable in exception org.brains2b.console.ArgumentException
Constant for error message Not recognized as an argument

O

objectName(String) - Static method in class org.brains2b.util.JavaHelper
Makes a valid, well formatted java Object name from a String replaces spaces and underscores with InitCapped words
org.brains2b.collection - package org.brains2b.collection
 
org.brains2b.console - package org.brains2b.console
 
org.brains2b.enums - package org.brains2b.enums
 
org.brains2b.io - package org.brains2b.io
 
org.brains2b.loader - package org.brains2b.loader
 
org.brains2b.log - package org.brains2b.log
 
org.brains2b.task - package org.brains2b.task
 
org.brains2b.util - package org.brains2b.util
 
OsName - Enum in org.brains2b.enums
Enum for OS names Enum for current running OS can be retrieved from OsName.getName()

P

PANIC - Static variable in class org.brains2b.log.Logger
PANIC
paramString() - Method in class org.brains2b.collection.EntryImpl
Method paramString is used for testing purposes.
print(Object) - Static method in class org.brains2b.log.Logger
Prints the Object to the standard or defined output, irrespective of the level
print(Object, int) - Static method in class org.brains2b.log.Logger
Prints the Object to the standard or defined output, if the level given is smaller or equal to the Logger.level
printException(String, Exception) - Static method in class org.brains2b.log.Logger
Writes the message to the standard or defined error stream if the level of logger is greater or equal to ERROR, writes the complete stack trace underneath if the logger is set to DEBUG or DEBUG_VERBOSE.
printException(Exception) - Static method in class org.brains2b.log.Logger
Uses printException(String,Exception) to write the Exception message to the standard or defined error stream if the level of logger is greater or equal to ERROR, and writing the complete stack trace underneath if the logger is set to DEBUG or DEBUG_VERBOSE.
println(String) - Static method in class org.brains2b.log.Logger
Prints the String to the standard or defined output, irrespective of the level
println(String, int) - Static method in class org.brains2b.log.Logger
Prints the String to the standard or defined output, if the level given is smaller or equal to the Logger.level
progress() - Method in class org.brains2b.task.DefaultTask
Progresses the position by one, until the maximum given by max.
progress(int) - Method in class org.brains2b.task.DefaultTask
Progresses the position by value, until the maximum given by max.
put(Object, Object) - Method in class org.brains2b.collection.SortedMap
SortedMap does not allow null for keys or values
putAll(Map) - Method in class org.brains2b.collection.SortedMap
 

R

read(byte[], int, int) - Method in class org.brains2b.io.ForkedInputStream
 
read(byte[]) - Method in class org.brains2b.io.ForkedInputStream
 
read() - Method in class org.brains2b.io.ForkedInputStream
 
remove(Object) - Method in class org.brains2b.collection.SortedMap
 
removeTaskListener(TaskListener) - Method in class org.brains2b.task.DefaultTask
Method removeTaskListener.
RESULT_ERROR - Static variable in interface org.brains2b.task.Task
Task completed with error(s) use Task.getMessages() for details
RESULT_OK - Static variable in interface org.brains2b.task.Task
Task completed normally
RESULT_WARNING - Static variable in interface org.brains2b.task.Task
Task completed with warning(s) use Task.getMessages() for details
rightPad(String, String, int) - Static method in class org.brains2b.util.StringHelper
Pads a String to the right with the filler String until len is reached If the String is longer then the length the string will be truncated on the right to not return more then lenght characters
rightTrim(String) - Static method in class org.brains2b.util.StringHelper
Trim spaces to the right
rightTrim(String, char) - Static method in class org.brains2b.util.StringHelper
Trim off all chars c from the right

S

setArgument(String, String) - Method in class org.brains2b.console.Main
set arguments to the list of arguments.
setArgumentMap(ArgumentMap) - Method in class org.brains2b.console.Main
Sets the ArgumentMap.
setFinished(boolean) - Method in class org.brains2b.task.DefaultTask
 
setFinished(boolean) - Method in interface org.brains2b.task.Task
set the task finished
setFinished(boolean) - Method in class org.brains2b.task.TaskEvent
set to true if task has finished
setKey(K) - Method in class org.brains2b.collection.MapEntry
sets the Key
setLevel(int) - Static method in class org.brains2b.log.Logger
sets the Logger level programmatically.
setMax(int) - Method in class org.brains2b.task.DefaultTask
Sets the maximum position
setMiddle(Rectangle, Rectangle) - Static method in class org.brains2b.util.GuiHelper
Calculates Middle for a target from a source
setMin(int) - Method in class org.brains2b.task.DefaultTask
Sets the minimum position
setResult(int) - Method in class org.brains2b.task.DefaultTask
set the result of this Task result should be in Task.RESULT_OK | Task.RESULT_ERROR | Task.RESULT_WARNING
setSortOrder(int) - Method in class org.brains2b.collection.SortedMap
sets the sort order for this SortedMap
setValue(Object) - Method in class org.brains2b.collection.MapEntry
 
singleName(String) - Static method in class org.brains2b.util.JavaHelper
Returns the single objectName from possible plural name use this only with English plurals!
size() - Method in class org.brains2b.collection.SortedMap
 
SortedMap<A,B> - Class in org.brains2b.collection
Map implementation that can be sorted defined by a given sort order Possible sort orders are KEY VALUE NO_SORT Not sorted is the default implementation.
SortedMap(int) - Constructor for class org.brains2b.collection.SortedMap
Constructor for SortedMap.
SortedMap() - Constructor for class org.brains2b.collection.SortedMap
Constructor for SortedMap.
SortedMap(Map, int) - Constructor for class org.brains2b.collection.SortedMap
Constructor for SortedMap.
SortedMap(Map) - Constructor for class org.brains2b.collection.SortedMap
Constructor for SortedMap.
SortedMap(Hashtable) - Constructor for class org.brains2b.collection.SortedMap
Constructor for SortedMap.
StampedFormatter() - Constructor for class org.brains2b.log.Logger.StampedFormatter
Constructor for StampedFormatter
StringHelper - Class in org.brains2b.util
Some static functions that help with Stringmanipulation.
stripper(String, char) - Static method in class org.brains2b.util.StringHelper
Strips a character from a String.

T

Task - Interface in org.brains2b.task
Interface defining a Task Which is a runnable, threadable Object that returns a result an possible messages generated during the task
TaskEvent - Class in org.brains2b.task
TaskEvent is fired when a task notifies its Listeners that it has either made progress or is finished
TaskEvent(Object, int) - Constructor for class org.brains2b.task.TaskEvent
Deprecated.
TaskEvent(Object) - Constructor for class org.brains2b.task.TaskEvent
Constructor for TaskEvent.
TaskEvent(Object, boolean) - Constructor for class org.brains2b.task.TaskEvent
Constructor for TaskEvent.
TaskEvent(Object, int, int, int, int) - Constructor for class org.brains2b.task.TaskEvent
TaskEvent(Object, int, int, int) - Constructor for class org.brains2b.task.TaskEvent
Constructor for TaskEvent.
TaskListener - Interface in org.brains2b.task
The Listener interface for TaskEvents
taskProgressed(TaskEvent) - Method in interface org.brains2b.task.TaskListener
Call whenever a TaskEvent is generated
ThreadSafeDateFormat(String) - Constructor for class org.brains2b.util.DateHelper.ThreadSafeDateFormat
Construct a thread save DateFormat
toDate(String) - Static method in class org.brains2b.util.DateHelper
returns a Date from a String representing a Date
toDate(String, Locale) - Static method in class org.brains2b.util.DateHelper
Attempts to convert a String to a Date in the most flexible manor using the specific locale to determine names and order
toString() - Method in class org.brains2b.collection.EntryImpl
Overwrite Object.toString() to display value only
TRACE - Static variable in class org.brains2b.log.Logger
TRACE

V

VALUE - Static variable in class org.brains2b.collection.SortedMap
value to set sorting on VALUE
valueOf(String) - Static method in enum org.brains2b.enums.JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.brains2b.enums.OsName
Returns the enum constant of this type with the specified name.
values() - Method in class org.brains2b.collection.SortedMap
 
values() - Static method in enum org.brains2b.enums.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.brains2b.enums.OsName
Returns an array containing the constants of this enum type, in the order they are declared.
variableName(String) - Static method in class org.brains2b.util.JavaHelper
Makes a valid java member name by making it into a javaName

W

WARNING - Static variable in class org.brains2b.log.Logger
WARNING
write(int) - Method in class org.brains2b.io.ForkedOutputStream
 
write(byte[]) - Method in class org.brains2b.io.ForkedOutputStream
 
write(byte[], int, int) - Method in class org.brains2b.io.ForkedOutputStream
 
A B C D E F G H I J K L M N O P R S T V W 
Skip navigation links