Writer instance should be generified
commit4fd16e85f24814cf3f88b52c8078cde81ff84832
authorImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 13 Mar 2009 14:14:19 +0000 (13 20:14 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 13 Mar 2009 14:14:19 +0000 (13 20:14 +0600)
tree81244f21c3dd789cc9d8427c94ea2fd04b37c4d5
parent19283d77c1fe9c7df77a211453dfadbc64de8be2
Writer instance should be generified

It is done so if users use the stream instance directly then they should be
able to take full advantage of the writer being used.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
simple-util/src/main/java/com/smartitengineering/util/simple/io/AbstractBufferInputStream.java
simple-util/src/main/java/com/smartitengineering/util/simple/io/ContentBuffer.java
simple-util/src/main/java/com/smartitengineering/util/simple/io/StringBufferInputStream.java