public class MovieCreator extends Object
| Constructor and Description |
|---|
MovieCreator() |
| Modifier and Type | Method and Description |
|---|---|
static Movie |
build(DataSource channel)
Creates
Movie object from a ReadableByteChannel. |
static Movie |
build(String file) |
public static Movie build(String file) throws IOException
IOExceptionpublic static Movie build(DataSource channel) throws IOException
Movie object from a ReadableByteChannel.channel - input channelIOException - in case of I/O error during IsoFile creationCopyright © 2016. All rights reserved.