public class VirgilDataSource extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
VirgilDataSource() |
protected |
VirgilDataSource(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(VirgilDataSource obj) |
boolean |
hasData() |
byte[] |
read() |
protected void |
swigDirectorDisconnect() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
protected VirgilDataSource(long cPtr,
boolean cMemoryOwn)
public VirgilDataSource()
protected static long getCPtr(VirgilDataSource obj)
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void close()
throws IOException
close in interface AutoCloseableIOExceptionpublic boolean hasData()
throws IOException
IOExceptionpublic byte[] read()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.