]> source.dussan.org Git - poi.git/commit
Convert HSSFEventFactory to using the new HSSFRecordStream, which returns fully-forme...
authorNick Burch <nick@apache.org>
Thu, 31 Jan 2008 17:30:16 +0000 (17:30 +0000)
committerNick Burch <nick@apache.org>
Thu, 31 Jan 2008 17:30:16 +0000 (17:30 +0000)
commit7238e677fae0461842eacd3430a389e8fd24918c
treec9e93034c2f134dd82f0fa086208b6ffec80dcdd
parentab75551e142683953d3c374c04cd9d06ad804400
Convert HSSFEventFactory to using the new HSSFRecordStream, which returns fully-formed HSSFRecords. HSSFRecordStream allows for pull-style eventusermodel processing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@617167 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/eventusermodel/HSSFEventFactory.java
src/java/org/apache/poi/hssf/eventusermodel/HSSFRecordStream.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/eventusermodel/TestHSSFEventFactory.java