Jonathan Bernard 3668a9e112 NonBlockingInputStreamReader is now pausable.
* NonBlockingInputStreamReader now has pause() and resume(). The reader will
  stop listening to input when pause() is invoked and will skip all available
  input once resume() is invoked, ignoring any buffered input entered while it
  was paused.
* Bumped the version to 2.0. This version change should have been made instead
  of 1.11, as that was a breaking change, altering the package name of several
  classes.
2013-08-10 01:21:13 -05:00
2012-11-21 13:32:07 -06:00
2012-11-21 13:32:07 -06:00
Description
Misc. common and utility classes I have written in Java and Groovy over the years.
593 KiB
Languages
Groovy 57.4%
Java 42.6%