类 ByteStreamDocumentSource
java.lang.Object
com.agentsflex.core.file2text.source.ByteStreamDocumentSource
- 所有已实现的接口:
DocumentSource
-
字段概要
字段 -
构造器概要
构造器构造器说明ByteStreamDocumentSource(InputStream inputStream, String fileName) ByteStreamDocumentSource(InputStream inputStream, String fileName, String mimeType) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.agentsflex.core.file2text.source.DocumentSource
cleanup
-
字段详细资料
-
data
-
fileName
-
mimeType
-
-
构造器详细资料
-
ByteStreamDocumentSource
-
ByteStreamDocumentSource
-
-
方法详细资料
-
getFileName
- 指定者:
getFileName在接口中DocumentSource
-
getMimeType
- 指定者:
getMimeType在接口中DocumentSource
-
openStream
- 指定者:
openStream在接口中DocumentSource
-