]> source.dussan.org Git - poi.git/commit
Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should now...
authorNick Burch <nick@apache.org>
Wed, 9 Jan 2008 16:31:25 +0000 (16:31 +0000)
committerNick Burch <nick@apache.org>
Wed, 9 Jan 2008 16:31:25 +0000 (16:31 +0000)
commite27090859f2a5d2ef5997059e37024fcb9179c4f
tree10b289164f577d7add3db29bfee8445d8500515c
parent4d4b3081ff1177015d11794dc1b0c0b18db5421a
Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should now be clearer exactly what they do, and when they become unhappy. Also include a test that ensures that when reading from a slow inputstream (as per bug #42834), we really are ok with the data dribbling in, and do not require it to all come in in blocksize chunks at one

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610439 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/storage/RawDataBlock.java
src/java/org/apache/poi/util/IOUtils.java
src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java