Uses of Interface
org.apache.solr.common.util.ContentStream

Packages that use ContentStream
org.apache.solr.common.util   
 

Uses of ContentStream in org.apache.solr.common.util
 

Classes in org.apache.solr.common.util that implement ContentStream
 class ContentStreamBase
          Three concrete implementations for ContentStream - one for File/URL/String
static class ContentStreamBase.FileStream
          Construct a ContentStream from a File
static class ContentStreamBase.StringStream
          Construct a ContentStream from a File
static class ContentStreamBase.URLStream
          Construct a ContentStream from a URL This uses a URLConnection to get the content stream
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.