public class DocumentRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activity |
protected BinaryInput |
data |
protected Long |
dataSize |
protected String |
host |
protected String |
path |
protected String |
uid |
protected String |
uri |
Constructor and Description |
---|
DocumentRecord(String host,
String path,
String uid,
String uri,
String activity,
Long dataSize,
BinaryInput data) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getActivity() |
Long |
getDataSize() |
InputStream |
getDataStream() |
String |
getHost() |
String |
getPath() |
long |
getStreamLength() |
String |
getUid() |
String |
getUri() |
protected final String host
protected final String path
protected final String uid
protected final String uri
protected final String activity
protected final Long dataSize
protected final BinaryInput data
public String getHost()
public String getPath()
public String getUid()
public String getUri()
public String getActivity()
public Long getDataSize()
public long getStreamLength() throws ManifoldCFException
ManifoldCFException
public InputStream getDataStream() throws ManifoldCFException
ManifoldCFException
public void close() throws ManifoldCFException
ManifoldCFException