Uses of Class
org.apache.tika.io.TaggedInputStream
-
Packages that use TaggedInputStream Package Description org.apache.tika.io IO utilities. -
-
Uses of TaggedInputStream in org.apache.tika.io
Subclasses of TaggedInputStream in org.apache.tika.io Modifier and Type Class Description class
TikaInputStream
Input stream with extended capabilities.Methods in org.apache.tika.io that return TaggedInputStream Modifier and Type Method Description static TaggedInputStream
TaggedInputStream. get(InputStream proxy)
Casts or wraps the given stream to a TaggedInputStream instance.
-