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.
This commit is contained in:
Jonathan Bernard
2013-08-10 01:21:13 -05:00
parent b47ca10660
commit 3668a9e112
3 changed files with 44 additions and 24 deletions

View File

@ -1,6 +1,6 @@
#Thu, 08 Aug 2013 20:37:37 -0500
#Sat, 10 Aug 2013 00:00:58 -0500
name=jdb-util
version=1.11
version=2.0
lib.local=true
build.number=3
build.number=2