public class StreamTransfer extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
bufferedCopy(long knownSize,
InputStream in,
OutputStream out,
IntConsumer progressConsumer) |
static long |
smartCopy(long knownSize,
InputStream in,
OutputStream out) |
static long |
smartCopy(long knownSize,
InputStream in,
OutputStream out,
IntConsumer progressConsumer) |
public static long smartCopy(long knownSize,
InputStream in,
OutputStream out)
throws IOException
IOExceptionpublic static long smartCopy(long knownSize,
InputStream in,
OutputStream out,
IntConsumer progressConsumer)
throws IOException
IOExceptionpublic static long bufferedCopy(long knownSize,
InputStream in,
OutputStream out,
IntConsumer progressConsumer)
throws IOException
IOExceptionCopyright © 2024 com.github.files-com. All rights reserved.