Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Add buffer for each inputstream/outputstream

Title: [birt-dev]CheckIn: Add buffer for each inputstream/outputstream

- Summary:

- Bugzilla Bug (s) Resolved:

- Description:

        1. optimize the performance of archive file, add separate cache for each input/output stream.
        2. support flush() support of the archive file, so it can support progressive viewing.

- Tests Description  :

        unit test

- Notes to Build Team:

        check into both 2.1.3 and main branch

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
***

cvs add -kkv "/org.eclipse.birt.core/test/org/eclipse/birt/core/archive/compound/ArchiveEntryInputStreamTest.java"

cvs ci -m "add buffer to archive input/output stream" -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/ArchiveEntryInputStream.java" "/org.eclipse.birt.core/test/org/eclipse/birt/core/archive/compound/ArchiveEntryInputStreamTest.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/ArchiveWriter.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/NameTable.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/ArchiveEntryOutputStream.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/AllocTable.java"


cvs ci -m "add buffer to archive input/output stream" -l "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/iv/IVTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/RenderTaskTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/ProgressiveViewingTest.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top