public class ToCFactory extends Object
| Constructor and Description |
|---|
ToCFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream source,
OutputStream target) |
static ToC |
fromFile(File source) |
static ToC |
fromInputStream(InputStream source) |
static void |
toOutputStream(Xar xar,
OutputStream target) |
public static ToC fromInputStream(InputStream source) throws Exception
Exceptionpublic static void copy(InputStream source, OutputStream target) throws Exception
Exceptionpublic static void toOutputStream(Xar xar, OutputStream target) throws Exception
ExceptionCopyright © 2016. All rights reserved.