The InputStream returned by "ContentStream.getStream()" is read ONE byte at a 
time!
-----------------------------------------------------------------------------------

                 Key: CMIS-444
                 URL: https://issues.apache.org/jira/browse/CMIS-444
             Project: Chemistry
          Issue Type: Improvement
          Components: opencmis-client
    Affects Versions: OpenCMIS 0.5.0
         Environment: java version "1.6.0_27", Linux Fedora 15, latest version 
of openCMIS (0.5.0)
            Reporter: Ioan LUPU


- The InputStream 
"org.apache.chemistry.opencmis.commons.data.ContentStream.getStream()" is read 
one byte at a time. The other read(byte[], ...) methods are not called.

- This affects the performance of the client when uploading files to the DMS 
server (by the help of openCMIS) if the code that provides the InputStream 
doesn't uses a buffer! The code can be improved to use the methods that read 
more than one byte a time or the documentation should be improved in order to 
inform the developer of this way of reading the InputStream

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to