/[Apache-SVN]
ViewVC logotype

Revision 1053791


Jump to revision: Previous Next
Author: nick
Date: Thu Dec 30 02:35:06 2010 UTC (13 years, 3 months ago)
Changed paths: 189 (showing only 100; show all)
Log Message:
Backport the latest POIFS/NPOIFS code from trunk, along with Util to power it, and HPSF to use it. Also makes a few tweaks to let existing code compile against these new versions

Changed paths

Path Details
Directorypoi/branches/NIO_32_BRANCH/build.xml modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/contrib/src/org/apache/poi/contrib/poibrowser/TreeReaderListener.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/POIDocument.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/ClassID.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/Constants.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/CustomProperties.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/CustomProperty.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/HPSFException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/IllegalPropertySetDataException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/MissingSectionException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/MutableProperty.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/MutablePropertySet.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/MutableSection.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/NoFormatIDException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/NoSingleSectionException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/Property.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/PropertySet.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/PropertySetFactory.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/Section.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/SpecialPropertySet.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/SummaryInformation.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/Thumbnail.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/TypeWriter.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/Util.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/Variant.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/VariantSupport.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/VariantTypeException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/WritingNotSupportedException.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hssf/record/StyleRecord.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/common/POIFSBigBlockSize.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/common/POIFSConstants.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/dev/POIFSDump.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/dev/POIFSHeaderDumper.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/dev/POIFSLister.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/dev/POIFSViewable.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/eventfilesystem/POIFSReader.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/BlockStore.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/DirectoryEntry.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/DocumentInputStream.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/DocumentOutputStream.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/NDocumentInputStream.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/NPOIFSDocument.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/NPOIFSMiniStore.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/NPOIFSStream.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/ODocumentInputStream.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/Ole10Native.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/Ole10NativeException.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/POIFSDocument.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/nio/ added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/nio/ByteArrayBackedDataSource.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/nio/DataSource.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/nio/FileBackedDataSource.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/DirectoryProperty.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/NPropertyTable.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/Property.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/PropertyFactory.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/PropertyTable.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/PropertyTableBase.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/property/RootProperty.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/BATBlock.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/BigBlock.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/BlockAllocationTableReader.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/BlockAllocationTableWriter.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/BlockList.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/BlockListImpl.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/DataInputBlock.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/DocumentBlock.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/HeaderBlock.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/HeaderBlockConstants.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/HeaderBlockReader.java deleted
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/HeaderBlockWriter.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/PropertyBlock.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/RawDataBlock.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/RawDataBlockList.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/SmallBlockTableReader.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/SmallBlockTableWriter.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/SmallDocumentBlock.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/poifs/storage/SmallDocumentBlockList.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/ArrayUtil.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/BinaryTree.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/BitFieldFactory.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/CloseIgnoringInputStream.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/DelayableLittleEndianOutput.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/FontMetricsDumper.java added
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/HexDump.java modified , text changed
Directorypoi/branches/NIO_32_BRANCH/src/java/org/apache/poi/util/HexRead.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26