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:
@ -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
|
||||
|
Reference in New Issue
Block a user