Package io.hawt.app
Class App
- java.lang.Object
-
- io.hawt.app.App
-
public class App extends Object
-
-
Constructor Summary
Constructors Constructor Description App()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidaddPath(Set<String> paths, String path)static voidmain(String[] args)static intwriteStreamTo(InputStream input, OutputStream output, int bufferSize)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
writeStreamTo
public static int writeStreamTo(InputStream input, OutputStream output, int bufferSize) throws IOException
- Throws:
IOException
-
-