Package | Description |
---|---|
org.apache.manifoldcf.agents.incrementalingest | |
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.ui.multipart |
Modifier and Type | Field and Description |
---|---|
protected BinaryInput |
RepositoryDocumentFactory.binaryTracker |
Modifier and Type | Class and Description |
---|---|
class |
TempFileInput
This class represents a temporary file data input
stream.
|
Modifier and Type | Method and Description |
---|---|
BinaryInput |
IParameterActivity.getBinaryStream(String name)
Get a file parameter, as a binary input stream.
|
abstract BinaryInput |
BinaryInput.transfer()
Transfer to a new object; this causes the current object to become "already discarded"
|
BinaryInput |
TempFileInput.transfer()
Transfer to a new object; this causes the current object to become "already discarded"
|
Modifier and Type | Method and Description |
---|---|
BinaryInput |
MultipartWrapper.getBinaryStream(String name)
Get a file parameter, as a binary input.
|