We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
리눅스의 wget, curl의 경우 HtmlUnit, Jsoup, HttpURLConnection 등을 이용한 자바 방식보다 훨씬 빠르게 다운로드 스트림 가능 시도 정도 해볼 가치 있음
The text was updated successfully, but these errors were encountered:
BufferedInputStream, BufferedOutputStream이 좀더 효율 좋음 추후 테스트 해볼 것
Sorry, something went wrong.
FileOutputStream 대신에 DataOutputStream 형식 사용하는 것도 고려해볼것
현재 BufferedInputStream, BufferedOutputStream 베타에 적용 System call은 dependency가 생기므로 조금 더 고려해볼 것
차라리 nio 나, java9의 Http2 방식을 고려해 볼 것
occidere
No branches or pull requests
리눅스의 wget, curl의 경우 HtmlUnit, Jsoup, HttpURLConnection 등을 이용한 자바 방식보다 훨씬 빠르게 다운로드 스트림 가능
시도 정도 해볼 가치 있음
The text was updated successfully, but these errors were encountered: