Package | Description |
---|---|
org.apache.tika.fork |
Forked parser.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClassLoaderResource |
(package private) class |
ContentHandlerResource |
(package private) class |
InputStreamResource |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ForkResource> |
ForkClient.resources |
Modifier and Type | Method and Description |
---|---|
private void |
ForkClient.sendObject(java.lang.Object object,
java.util.List<ForkResource> resources)
Serializes the object first into an in-memory buffer and then
writes it to the output stream with a preceding size integer.
|
private java.lang.Throwable |
ForkClient.waitForResponse(java.util.List<ForkResource> resources) |