public class VideoWrapper extends Object implements Serializable
| Constructor and Description |
|---|
VideoWrapper(String mimeType,
List<byte[]> data) |
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
getData() |
String |
getMimeType() |
void |
saveToFile(File target,
boolean append) |
public String getMimeType()
public List<byte[]> getData()
public void saveToFile(File target, boolean append) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2020 XDEV Software Corp.. All rights reserved.