Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override read(byte[] b) in org.javaswift.joss.instructions.FixedLengthInputStream #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kubbo
Copy link

@kubbo kubbo commented Feb 2, 2015

when I upload big file by joss,I found it was very slow,the reason is FixedLengthInputStream extends InputStream
read(byte[]b) will call the read(),it only read one byte very time,so I override the read(byte[]b) method for improve the performance

org.javaswift.joss.instructions.FixedLengthInputStream
@buildhive
Copy link

Java Swift » joss #96 SUCCESS
This pull request looks good
(what's this?)

@roikku
Copy link
Contributor

roikku commented Feb 2, 2015

This problem has already been addressed (#70). The class FixedLengthInputStream is no longer used in the latest snapshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants