Get the "short" name of the given class, ie the name without the
package prefix, based on the input String being in Java internal
format, using "/" instead of "." as a separator.
Generate a Virtual Machine formed method signature given the classes of
the parameters and return type, as from invoking
Method.getParameterTypes()/Method.getReturnType ().
A MessageInputStream is used to receive data from an underlying InputStream
where each block of bytes contains a 2 byte length header, in network byte
order, of the amount of data contained in the message.
Return an array of strings representing the original string but having been:
split into multiple lines based on the given breakString,
word-wrapped around the number of columns on a line.