com.github.sarxos.webcam.ds.civil
Class CivilLoader
java.lang.Object
com.github.sarxos.webcam.ds.civil.CivilLoader
public class CivilLoader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CivilLoader
public CivilLoader()
copy
public static long copy(InputStream input,
OutputStream output)
throws IOException
- Copy bytes from a large (over 2GB) InputStream to an OutputStream.
- Parameters:
input
- the InputStream to read fromoutput
- the OutputStream to write to
- Returns:
- the number of bytes copied
- Throws:
NullPointerException
- if the input or output is null
IOException
- if an I/O error occurs
load
public static void load(String lib)
load
public static void load(String path,
String name)
Copyright © 2012. All Rights Reserved.