Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: enhance the logic of reading data from the report document

- Summary:
Enhance the logic of reading data from the report document


- Bugzilla Bug (s) Resolved:
N/A


- Description:
The method of InputStream.available is not appropriate to determine whether there is no data in an input stream can be read. In new implementation, the method of InputStream.read is used for this purpose.


- Tests Description:
Junit Test


- Files Edited:

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDLoad.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java


/org.eclipse.birt.core/src/org/eclipse/birt/core/util/IOUtil.java


- Files Added:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top