Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DAE73200B4F for ; Tue, 12 Jul 2016 01:02:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D94BB160A8A; Mon, 11 Jul 2016 23:02:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB812160A78 for ; Tue, 12 Jul 2016 01:02:24 +0200 (CEST) Received: (qmail 37069 invoked by uid 500); 11 Jul 2016 23:02:24 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 37060 invoked by uid 99); 11 Jul 2016 23:02:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 23:02:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6AA641A549A for ; Mon, 11 Jul 2016 23:02:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Op3rMkpvLveG for ; Mon, 11 Jul 2016 23:02:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 2B3AE5F240 for ; Mon, 11 Jul 2016 23:02:13 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8B700E584C for ; Mon, 11 Jul 2016 23:02:10 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6D7E03A0734 for ; Mon, 11 Jul 2016 23:02:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1752230 [8/16] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/ddf/class-use/ org/apache/poi/extractor/ org/apache/poi/extractor/class-use/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/wellknown/class-use/... Date: Mon, 11 Jul 2016 23:02:08 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160711230210.6D7E03A0734@svn01-us-west.apache.org> archived-at: Mon, 11 Jul 2016 23:02:27 -0000 Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/OfficeDrawing.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/OfficeDrawing.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/OfficeDrawing.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/OfficeDrawing.html Mon Jul 11 23:02:07 2016 @@ -99,7 +99,7 @@ protected void -WordToHtmlConverter.processDrawnObject(HWPFDocument doc, +WordToTextConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, @@ -115,7 +115,7 @@ protected void -WordToTextConverter.processDrawnObject(HWPFDocument doc, +WordToHtmlConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, @@ -145,11 +145,11 @@ OfficeDrawing -OfficeDrawings.getOfficeDrawingAt(int characterPosition)  +OfficeDrawingsImpl.getOfficeDrawingAt(int characterPosition)  OfficeDrawing -OfficeDrawingsImpl.getOfficeDrawingAt(int characterPosition)  +OfficeDrawings.getOfficeDrawingAt(int characterPosition)  @@ -162,11 +162,11 @@ java.util.Collection<OfficeDrawing> -OfficeDrawings.getOfficeDrawings()  +OfficeDrawingsImpl.getOfficeDrawings()  java.util.Collection<OfficeDrawing> -OfficeDrawingsImpl.getOfficeDrawings()  +OfficeDrawings.getOfficeDrawings()  Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html Mon Jul 11 23:02:07 2016 @@ -114,7 +114,7 @@ protected void -WordToHtmlConverter.processParagraph(HWPFDocumentCore hwpfDocument, +WordToTextConverter.processParagraph(HWPFDocumentCore wordDocument, org.w3c.dom.Element parentElement, int currentTableLevel, Paragraph paragraph, @@ -130,7 +130,7 @@ protected void -WordToTextConverter.processParagraph(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processParagraph(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element parentElement, int currentTableLevel, Paragraph paragraph, Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Picture.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Picture.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Picture.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Picture.html Mon Jul 11 23:02:07 2016 @@ -99,22 +99,22 @@ protected void -AbstractWordConverter.processImage(org.w3c.dom.Element currentBlock, +WordToTextConverter.processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)  protected void -WordToTextConverter.processImage(org.w3c.dom.Element currentBlock, +AbstractWordConverter.processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)  protected void -WordToHtmlConverter.processImage(org.w3c.dom.Element currentBlock, +WordToTextConverter.processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture, - java.lang.String imageSourcePath)  + java.lang.String url)  protected abstract void @@ -125,10 +125,10 @@ protected void -WordToTextConverter.processImage(org.w3c.dom.Element currentBlock, +WordToHtmlConverter.processImage(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture, - java.lang.String url)  + java.lang.String imageSourcePath)  protected void @@ -139,7 +139,7 @@ protected void -WordToHtmlConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, +WordToTextConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)  @@ -151,7 +151,7 @@ protected void -WordToTextConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, +WordToHtmlConverter.processImageWithoutPicturesManager(org.w3c.dom.Element currentBlock, boolean inlined, Picture picture)  Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html Mon Jul 11 23:02:07 2016 @@ -136,38 +136,38 @@ -Range -HWPFOldDocument.getOverallRange()  - - abstract Range HWPFDocumentCore.getOverallRange()
Returns the range that covers all text in the file, including main text, footnotes, headers and comments
- + Range HWPFDocument.getOverallRange()  - + Range -HWPFOldDocument.getRange()  +HWPFOldDocument.getOverallRange()  - + abstract Range HWPFDocumentCore.getRange()
Returns the range which covers the whole of the document, but excludes any headers and footers.
- + Range HWPFDocument.getRange()
Returns the range which covers the whole of the document, but excludes any headers and footers.
+ +Range +HWPFOldDocument.getRange()  + @@ -184,7 +184,7 @@ protected void -WordToHtmlConverter.processBookmarks(HWPFDocumentCore wordDocument, +WordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, @@ -202,7 +202,7 @@ protected void -WordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, @@ -235,7 +235,7 @@ void -WordToHtmlConverter.processDocumentPart(HWPFDocumentCore wordDocument, +WordToTextConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)  @@ -245,12 +245,12 @@ void -WordToTextConverter.processDocumentPart(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)  protected void -WordToHtmlConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, +WordToTextConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)  @@ -264,7 +264,7 @@ protected void -WordToTextConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, +WordToHtmlConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)  @@ -286,7 +286,7 @@ protected void -WordToHtmlConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, +WordToTextConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)  @@ -300,7 +300,7 @@ protected void -WordToTextConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, +WordToHtmlConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)  @@ -314,7 +314,7 @@ protected void -WordToHtmlConverter.processHyperlink(HWPFDocumentCore wordDocument, +WordToTextConverter.processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, @@ -330,7 +330,7 @@ protected void -WordToTextConverter.processHyperlink(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, @@ -360,7 +360,7 @@ protected void -WordToHtmlConverter.processPageref(HWPFDocumentCore hwpfDocument, +WordToTextConverter.processPageref(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, @@ -376,7 +376,7 @@ protected void -WordToTextConverter.processPageref(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processPageref(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Section.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Section.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Section.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Section.html Mon Jul 11 23:02:07 2016 @@ -105,9 +105,9 @@ protected void -WordToHtmlConverter.processSection(HWPFDocumentCore wordDocument, +WordToTextConverter.processSection(HWPFDocumentCore wordDocument, Section section, - int sectionCounter)  + int s)  protected abstract void @@ -117,9 +117,9 @@ protected void -WordToTextConverter.processSection(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processSection(HWPFDocumentCore wordDocument, Section section, - int s)  + int sectionCounter)  protected void @@ -129,12 +129,12 @@ protected void -WordToHtmlConverter.processSingleSection(HWPFDocumentCore wordDocument, +AbstractWordConverter.processSingleSection(HWPFDocumentCore wordDocument, Section section)  protected void -AbstractWordConverter.processSingleSection(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processSingleSection(HWPFDocumentCore wordDocument, Section section)  Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ShadingDescriptor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ShadingDescriptor.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ShadingDescriptor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ShadingDescriptor.html Mon Jul 11 23:02:07 2016 @@ -134,14 +134,14 @@ ShadingDescriptor -CHPAbstractType.getShd() -
Shading.
+TCAbstractType.getShd() +
Cell shading.
ShadingDescriptor -TCAbstractType.getShd() -
Cell shading.
+CHPAbstractType.getShd() +
Shading.
@@ -173,14 +173,14 @@ void -CHPAbstractType.setShd(ShadingDescriptor field_23_shd) -
Shading.
+TCAbstractType.setShd(ShadingDescriptor field_3_shd) +
Cell shading.
void -TCAbstractType.setShd(ShadingDescriptor field_3_shd) -
Cell shading.
+CHPAbstractType.setShd(ShadingDescriptor field_23_shd) +
Shading.
Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Table.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Table.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Table.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Table.html Mon Jul 11 23:02:07 2016 @@ -107,7 +107,7 @@ protected void -WordToHtmlConverter.processTable(HWPFDocumentCore hwpfDocument, +WordToTextConverter.processTable(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow, Table table)  @@ -119,7 +119,7 @@ protected void -WordToTextConverter.processTable(HWPFDocumentCore wordDocument, +WordToHtmlConverter.processTable(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element flow, Table table)  Modified: poi/site/publish/apidocs/org/apache/poi/poifs/common/class-use/POIFSBigBlockSize.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/common/class-use/POIFSBigBlockSize.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/common/class-use/POIFSBigBlockSize.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/common/class-use/POIFSBigBlockSize.html Mon Jul 11 23:02:07 2016 @@ -132,11 +132,11 @@ Compound Document Format. POIFSBigBlockSize -NPOIFSFileSystem.getBigBlockSizeDetails()  +OPOIFSFileSystem.getBigBlockSizeDetails()  POIFSBigBlockSize -OPOIFSFileSystem.getBigBlockSizeDetails()  +NPOIFSFileSystem.getBigBlockSizeDetails()  @@ -186,11 +186,11 @@ Compound Document Format. POIFSBigBlockSize -HeaderBlock.getBigBlockSize()  +SmallDocumentBlock.getBigBlockSize()  POIFSBigBlockSize -SmallDocumentBlock.getBigBlockSize()  +HeaderBlock.getBigBlockSize()  @@ -244,20 +244,20 @@ Compound Document Format. -static DocumentBlock[] -DocumentBlock.convert(POIFSBigBlockSize bigBlockSize, +static SmallDocumentBlock[] +SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize, byte[] array, int size) -
convert a single long array into an array of DocumentBlock +
convert a single long array into an array of SmallDocumentBlock instances
-static SmallDocumentBlock[] -SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize, +static DocumentBlock[] +DocumentBlock.convert(POIFSBigBlockSize bigBlockSize, byte[] array, int size) -
convert a single long array into an array of SmallDocumentBlock +
convert a single long array into an array of DocumentBlock instances
Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html Mon Jul 11 23:02:07 2016 @@ -160,13 +160,13 @@ -static Encryptor -Encryptor.getInstance(EncryptionInfo info)  - - static Decryptor Decryptor.getInstance(EncryptionInfo info)  + +static Encryptor +Encryptor.getInstance(EncryptionInfo info)  + void EncryptionInfoBuilder.initialize(EncryptionInfo ei, Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/BlockStore.ChainLoopDetector.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/BlockStore.ChainLoopDetector.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/BlockStore.ChainLoopDetector.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/BlockStore.ChainLoopDetector.html Mon Jul 11 23:02:07 2016 @@ -97,11 +97,11 @@ protected BlockStore.ChainLoopDetector -NPOIFSMiniStore.getChainLoopDetector()  +NPOIFSFileSystem.getChainLoopDetector()  protected BlockStore.ChainLoopDetector -NPOIFSFileSystem.getChainLoopDetector()  +NPOIFSMiniStore.getChainLoopDetector()  protected abstract BlockStore.ChainLoopDetector Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryEntry.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryEntry.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryEntry.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryEntry.html Mon Jul 11 23:02:07 2016 @@ -157,16 +157,16 @@ void +SpecialPropertySet.write(DirectoryEntry dir, + java.lang.String name)  + + +void MutablePropertySet.write(DirectoryEntry dir, java.lang.String name)
Writes a property set to a document in a POI filesystem directory.
- -void -SpecialPropertySet.write(DirectoryEntry dir, - java.lang.String name)  - @@ -310,38 +310,35 @@ DirectoryEntry -DirectoryNode.createDirectory(java.lang.String name) -
create a new DirectoryEntry
+OPOIFSFileSystem.createDirectory(java.lang.String name) +
create a new DirectoryEntry in the root directory
DirectoryEntry -DirectoryEntry.createDirectory(java.lang.String name) -
create a new DirectoryEntry
+NPOIFSFileSystem.createDirectory(java.lang.String name) +
create a new DirectoryEntry in the root directory
DirectoryEntry -NPOIFSFileSystem.createDirectory(java.lang.String name) -
create a new DirectoryEntry in the root directory
- +FilteringDirectoryNode.createDirectory(java.lang.String name)  DirectoryEntry -OPOIFSFileSystem.createDirectory(java.lang.String name) -
create a new DirectoryEntry in the root directory
+DirectoryNode.createDirectory(java.lang.String name) +
create a new DirectoryEntry
DirectoryEntry -FilteringDirectoryNode.createDirectory(java.lang.String name)  +DirectoryEntry.createDirectory(java.lang.String name) +
create a new DirectoryEntry
+ DirectoryEntry -Entry.getParent() -
get this Entry's parent (the DirectoryEntry that owns this - Entry).
- +FilteringDirectoryNode.getParent()  DirectoryEntry @@ -352,7 +349,10 @@ DirectoryEntry -FilteringDirectoryNode.getParent()  +Entry.getParent() +
get this Entry's parent (the DirectoryEntry that owns this + Entry).
+ Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html?rev=1752230&r1=1752229&r2=1752230&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html (original) +++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html Mon Jul 11 23:02:07 2016 @@ -265,6 +265,21 @@ static POITextExtractor ExtractorFactory.createExtractor(DirectoryNode poifsDir)  + +static POITextExtractor +OLE2ScrachpadExtractorFactory.createExtractor(DirectoryNode poifsDir) +
Look for certain entries in the stream, to figure it + out what format is desired + Note - doesn't check for core-supported formats! + Note - doesn't check for OOXML-supported formats
+ + + +static POITextExtractor +OLE2ExtractorFactory.createExtractor(DirectoryNode poifsDir) +
Create the Extractor, if possible.
+ + @@ -813,17 +828,17 @@ java.io.File tmpFile)
  -abstract java.io.OutputStream -Encryptor.getDataStream(DirectoryNode dir) -
Return a output stream for encrypted data.
- - - abstract java.io.InputStream Decryptor.getDataStream(DirectoryNode dir)
Return a stream with decrypted data.
+ +abstract java.io.OutputStream +Encryptor.getDataStream(DirectoryNode dir) +
Return a output stream for encrypted data.
+ + @@ -892,13 +907,13 @@ java.io.File tmpFile)  - - - - + + + +
java.io.InputStreamBinaryRC4Decryptor.getDataStream(DirectoryNode dir) 
java.io.OutputStream BinaryRC4Encryptor.getDataStream(DirectoryNode dir) 
java.io.InputStreamBinaryRC4Decryptor.getDataStream(DirectoryNode dir) 
@@ -972,13 +987,13 @@ - - - - + + + +
StandardEncryptor.createEncryptionInfoEntry(DirectoryNode dir) 
java.io.InputStreamStandardDecryptor.getDataStream(DirectoryNode dir) 
java.io.OutputStream StandardEncryptor.getDataStream(DirectoryNode dir) 
java.io.InputStreamStandardDecryptor.getDataStream(DirectoryNode dir) 
@@ -1026,14 +1041,14 @@ - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org
DirectoryNodeNPOIFSFileSystem.getRoot() -
Get the root entry
+
OPOIFSFileSystem.getRoot() +
get the root entry
DirectoryNodeOPOIFSFileSystem.getRoot() -
get the root entry
+
NPOIFSFileSystem.getRoot() +
Get the root entry