public class ProtobufContentStream extends Object implements org.apache.solr.common.util.ContentStream
| 构造器和说明 |
|---|
ProtobufContentStream(SolrProtocol.ContentStream contentStream) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType() |
String |
getName() |
Reader |
getReader() |
Long |
getSize() |
String |
getSourceInfo() |
InputStream |
getStream() |
public ProtobufContentStream(SolrProtocol.ContentStream contentStream)
public String getName()
getName 在接口中 org.apache.solr.common.util.ContentStreampublic String getSourceInfo()
getSourceInfo 在接口中 org.apache.solr.common.util.ContentStreampublic String getContentType()
getContentType 在接口中 org.apache.solr.common.util.ContentStreampublic Long getSize()
getSize 在接口中 org.apache.solr.common.util.ContentStreampublic InputStream getStream() throws IOException
getStream 在接口中 org.apache.solr.common.util.ContentStreamIOExceptionpublic Reader getReader() throws IOException
getReader 在接口中 org.apache.solr.common.util.ContentStreamIOExceptionCopyright © 2017 vootoo. All rights reserved.