]> source.dussan.org Git - xmlgraphics-fop.git/commit
Added the new org.apache.fop.store package to provide temporary storage features.
authorAdrian Cumiskey <acumiskey@apache.org>
Mon, 4 Aug 2008 10:56:26 +0000 (10:56 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Mon, 4 Aug 2008 10:56:26 +0000 (10:56 +0000)
commit07a228bf39e75a670b91aa9d98c440e4fae782ad
treef19881e584dde7c01abc3e821a9957ca24c15994
parent0f0dac6c9751b688a19baf25abc3940eb8dba951
Added the new org.apache.fop.store package to provide temporary storage features.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@682321 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/store/FileStore.java [new file with mode: 0644]
src/java/org/apache/fop/store/InputStreamStorer.java [new file with mode: 0644]
src/java/org/apache/fop/store/StoreRecord.java [new file with mode: 0644]
src/java/org/apache/fop/store/Storer.java [new file with mode: 0644]
src/java/org/apache/fop/store/Writable.java [new file with mode: 0644]
src/java/org/apache/fop/store/WritableStorer.java [new file with mode: 0644]
src/java/org/apache/fop/store/WriteSession.java [new file with mode: 0644]