mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Formatting.
This commit is contained in:
parent
a7695ff0e6
commit
1e1b6c9fdd
1 changed files with 2 additions and 1 deletions
|
@ -267,7 +267,8 @@ public class Main {
|
|||
}
|
||||
}
|
||||
|
||||
private void copyToStreamWithProgress(InputStream inputStream, OutputStream outputStream, long contentLength, String url) throws IOException {
|
||||
private void copyToStreamWithProgress(InputStream inputStream, OutputStream outputStream, long contentLength,
|
||||
String url) throws IOException {
|
||||
int bytesRead;
|
||||
long bytesSoFar = 0;
|
||||
byte[] buffer = new byte[100_000];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue