]> source.dussan.org Git - poi.git/commit
- Fixed a bug that occured when reading a section with properties that are not stored...
authorRainer Klute <klute@apache.org>
Sat, 23 Aug 2003 15:12:22 +0000 (15:12 +0000)
committerRainer Klute <klute@apache.org>
Sat, 23 Aug 2003 15:12:22 +0000 (15:12 +0000)
commita32efda12eb9f51385e3c565c44d60109a5e53db
tree32e2edd7b31a31ed6b0de5eb176c8b6ef2c67f47
parent01cdf806ede3ba7e2c85de4429c835b43d578003
- Fixed a bug that occured when reading a section with properties that are not stored with ascending offsets in the property list.
- An error message is printed to standard error now when an unsupported variant type occurs. The data bytes are still available.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353307 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hpsf/Property.java
src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Section.java
src/java/org/apache/poi/hpsf/TypeReader.java
src/java/org/apache/poi/hpsf/TypeWriter.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Util.java
src/java/org/apache/poi/hpsf/Variant.java
src/java/org/apache/poi/hpsf/VariantSupport.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/WritingNotSupportedException.java [new file with mode: 0644]