Uses of Class
org.apache.solr.common.util.ContentStreamBase
-
Packages that use ContentStreamBase Package Description org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of ContentStreamBase in org.apache.solr.common.util
Subclasses of ContentStreamBase in org.apache.solr.common.util Modifier and Type Class Description static class
ContentStreamBase.ByteArrayStream
Construct aContentStream
from aFile
static class
ContentStreamBase.FileStream
Construct aContentStream
from aFile
static class
ContentStreamBase.StringStream
Construct aContentStream
from aString
static class
ContentStreamBase.URLStream
Construct aContentStream
from aURL
This uses aURLConnection
to get the content stream
-