| Package | Description |
|---|---|
| com.bradmcevoy.io |
| Modifier and Type | Method and Description |
|---|---|
static long |
StreamToStream.readTo(File inFile,
OutputStream out,
boolean closeOut) |
static long |
StreamToStream.readTo(InputStream in,
File outFile,
boolean closeIn) |
static long |
StreamToStream.readTo(InputStream in,
OutputStream out)
Copies data from in to out and DOES NOT close streams
|
static long |
StreamToStream.readTo(InputStream in,
OutputStream out,
boolean closeIn,
boolean closeOut)
Reads bytes from the input and writes them, completely, to the output.
|
Copyright © 2015. All rights reserved.