RESOLVED - # 91: Check DynamicByteBuffer

http://bugs.koc.se/view.php?id=91
This commit is contained in:
Ziver Koc 2011-09-14 17:10:11 +00:00
parent eb5911ac7d
commit 09b671bda7

View file

@ -128,6 +128,6 @@ public class DynamicByteArrayStream extends InputStream{
}
public void close() throws IOException {
//bytes = null;
clear();
}
}