mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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;
|
int bytesRead;
|
||||||
long bytesSoFar = 0;
|
long bytesSoFar = 0;
|
||||||
byte[] buffer = new byte[100_000];
|
byte[] buffer = new byte[100_000];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue