Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 153413 --- RAFileInputStream and RAInputStream should extend availabel() method

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 153413 --- RAFileInputStream and RAInputStream should extend availabel() method

- Summary:
Fix Bugzilla Bug 153413 --- RAFileInputStream and RAInputStream should extend availabel() method


- Bugzilla Bug (s) Resolved:
153413


- Description:
Fix Bugzilla Bug 153413 --- RAFileInputStream and RAInputStream should extend availabel() method

implement the interface of the InputStream.available()
and return the number of bytes that can be read or skiped.

- Tests Description  :
Unit Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/RAFolderInputStream.java"

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

- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top