Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Optimize the RAFileInputStream

Title: [birt-dev]CheckIn: Optimize the RAFileInputStream

Summary 

Bugzilla Bug (s) Resolved:

Description:
RAFileInputStream is a sub class of InputStream. Implements the int read(byte[], int, int) to optimize the performance.

 
Test Description:
Unit Test
 
Files Edited:
cvs ci -m "implement int read(byte[], int, int)" -l

"/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/RAFileInputStream.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top