org.apache.solr.util
Class ContentStreamBase

java.lang.Object
  extended by org.apache.solr.common.util.ContentStreamBase
      extended by org.apache.solr.util.ContentStreamBase
All Implemented Interfaces:
org.apache.solr.common.util.ContentStream

Deprecated. Use org.apache.solr.common.util.ContentStreamBase

@Deprecated
public abstract class ContentStreamBase
extends org.apache.solr.common.util.ContentStreamBase

This class is scheduled for deletion. Please update your code to the moved package.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.solr.common.util.ContentStreamBase
org.apache.solr.common.util.ContentStreamBase.FileStream, org.apache.solr.common.util.ContentStreamBase.StringStream, org.apache.solr.common.util.ContentStreamBase.URLStream
 
Field Summary
 
Fields inherited from class org.apache.solr.common.util.ContentStreamBase
contentType, DEFAULT_CHARSET, name, size, sourceInfo
 
Constructor Summary
ContentStreamBase()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.common.util.ContentStreamBase
getCharsetFromContentType, getContentType, getName, getReader, getSize, getSourceInfo, setContentType, setName, setSize, setSourceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.solr.common.util.ContentStream
getStream
 

Constructor Detail

ContentStreamBase

public ContentStreamBase()
Deprecated.