]> source.dussan.org Git - jackcess.git/commitdiff
add docs about attachment changes
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 24 Aug 2013 14:15:47 +0000 (14:15 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 24 Aug 2013 14:15:47 +0000 (14:15 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@783 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/xdoc/jackcess-2.xml

index d9a266df03e19c3d0c279351401d52a3a5a11467..cb99e47a374d74cb28db4064817e597da1a13503 100644 (file)
             interface extends <code>Map&lt;String,Object&gt;</code>, old code
             can remain largely untouched.</li>
           </ul>
+          <li><b><code>Attachment.getFileData</code> now returns the "real"
+              data.</b></li>
+          <ul>
+            <li>Previously, this method returned the internal representation
+            of the attachment data, which included a wrapper and the data in a
+            possibly compressed form.  Now that the internal format has been
+            deciphered, this method has been changed to return the actual
+            attachment content (which is most likely what people would desire
+            from that method in the first place).  The internal representation
+            can be retrieved from <code>Attachment.getEncodedFileData</code>
+            if necessary.</li>
+          </ul>
         </ul>
 
         <h4>Working with Jackcess Encrypt</h4>