com.github.sarxos.webcam.ds.civil
public class LtiCivilLoader extends Object
| Constructor and Description |
|---|
LtiCivilLoader() |
| Modifier and Type | Method and Description |
|---|---|
static long |
copy(InputStream input,
OutputStream output)
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
|
static void |
load(String lib) |
static void |
load(String path,
String name) |
public LtiCivilLoader()
public static long copy(InputStream input, OutputStream output) throws IOException
input - the InputStream to read fromoutput - the OutputStream to write toNullPointerException - if the input or output is nullIOException - if an I/O error occursCopyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.