Class TailInputStream

java.lang.Object
java.io.InputStream
com.carrotsearch.ant.tasks.junit4.TailInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

class TailInputStream extends InputStream
An input stream that tails from a random access file as new input appears there. It's a lousy solution but we don't have access to real interprocess pipes from Java.