public class ProtobufContentStream
extends java.lang.Object
implements org.apache.solr.common.util.ContentStream
| 构造器和说明 |
|---|
ProtobufContentStream(SolrProtocol.ContentStream contentStream) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getContentType() |
java.lang.String |
getName() |
java.io.Reader |
getReader() |
java.lang.Long |
getSize() |
java.lang.String |
getSourceInfo() |
java.io.InputStream |
getStream() |
public ProtobufContentStream(SolrProtocol.ContentStream contentStream)
public java.lang.String getName()
getName 在接口中 org.apache.solr.common.util.ContentStreampublic java.lang.String getSourceInfo()
getSourceInfo 在接口中 org.apache.solr.common.util.ContentStreampublic java.lang.String getContentType()
getContentType 在接口中 org.apache.solr.common.util.ContentStreampublic java.lang.Long getSize()
getSize 在接口中 org.apache.solr.common.util.ContentStreampublic java.io.InputStream getStream()
throws java.io.IOException
getStream 在接口中 org.apache.solr.common.util.ContentStreamjava.io.IOExceptionpublic java.io.Reader getReader()
throws java.io.IOException
getReader 在接口中 org.apache.solr.common.util.ContentStreamjava.io.IOExceptionCopyright © 2016. All Rights Reserved.