ParameterizedSocket ------------------- Moved from transmitting a list of strings (represented by ASCII data separated by ASCII record separators `0x1E`) to a combination of strings and paired strings. Basically, instead of each record being processed as a whole, a record may optionall contain the ASCII unit separator `0x1F`. If it does, the record will be split and treated as a key-value pair. This is implemented in the `ParameterizedSocket.Message` class.o LoggerOutputStream ------------------ Was not initializing the internal buffer.
Description
Misc. common and utility classes I have written in Java and Groovy over the years.
Languages
Groovy
57.4%
Java
42.6%