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 booleangetIsTruncated()List<String>getLines()longgetStreamLength()voidrun() 
 - 
 
- 
- 
Constructor Detail
- 
StreamGobbler
public StreamGobbler(InputStream is, int maxBufferLength)
 
 - 
 
 -