public class SourceFromInputStreamProvider extends AbstractSourceProvider implements SourceDocumentProvider
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
获取文档所在的文件.
|
void |
onConsumed(File tempFile)
当文件被使用并且转换器不再需要时调用。在调用此方法之前,不能从文件系统中删除该文件.
|
getFormat, setDocumentFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatpublic File getFile()
DocumentProvidergetFile in interface DocumentProvidergetFile in class AbstractDocumentProviderpublic void onConsumed(File tempFile)
SourceDocumentProvideronConsumed in interface SourceDocumentProvidertempFile - 所使用的文件.Copyright © 2019. All rights reserved.