public class DataFile extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
DataFile(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
byte[] |
calcDigest(String method) |
void |
delete() |
String |
fileName() |
long |
fileSize() |
protected void |
finalize() |
protected static long |
getCPtr(DataFile obj) |
String |
id() |
String |
mediaType() |
void |
saveAs(String path) |
protected static long getCPtr(DataFile obj)
public void delete()
public String id()
public String fileName()
public long fileSize()
public String mediaType()
public byte[] calcDigest(String method)
public void saveAs(String path)