Package com.redwood.scheduler.api.tool
Class StreamCopy
- java.lang.Object
- 
- com.redwood.scheduler.api.tool.StreamCopy
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class StreamCopy extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StreamCopyDEFAULT_COPIER
 - 
Constructor SummaryConstructors Constructor Description StreamCopy(int initMaxChunkSize)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longstreamCopy(InputStream is, OutputStream os)longstreamCopy(InputStream is, OutputStream os, long n)
 
- 
- 
- 
Field Detail- 
DEFAULT_COPIERpublic static final StreamCopy DEFAULT_COPIER 
 
- 
 - 
Method Detail- 
streamCopypublic long streamCopy(InputStream is, OutputStream os) throws IOException - Throws:
- IOException
 
 - 
streamCopypublic long streamCopy(InputStream is, OutputStream os, long n) throws IOException - Throws:
- IOException
 
 
- 
 
-