Package org.apache.tika.utils
Class StreamGobbler
- java.lang.Object
-
- org.apache.tika.utils.StreamGobbler
-
-
Constructor Summary
Constructors Constructor Description StreamGobbler(InputStream is, int maxBufferLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsTruncated()
List<String>
getLines()
long
getStreamLength()
void
run()
-
-
-
Constructor Detail
-
StreamGobbler
public StreamGobbler(InputStream is, int maxBufferLength)
-
-