Skip to content

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

Open
kubbo wants to merge 1 commit into
javaswift:masterfrom
kubbo:master
Open

override read(byte[] b) in org.javaswift.joss.instructions.FixedLengthInputStream#76
kubbo wants to merge 1 commit into
javaswift:masterfrom
kubbo:master

Conversation

@kubbo
Copy link
Copy Markdown

@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
Copy Markdown

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

@roikku
Copy link
Copy Markdown
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