Package org.apache.tika.utils
Class StreamGobbler
- java.lang.Object
- 
- org.apache.tika.utils.StreamGobbler
 
- 
- 
Constructor SummaryConstructors Constructor Description StreamGobbler(InputStream is, int maxBufferLength)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIsTruncated()List<String>getLines()longgetStreamLength()voidrun()
 
- 
- 
- 
Constructor Detail- 
StreamGobblerpublic StreamGobbler(InputStream is, int maxBufferLength) 
 
- 
 
-