jonfreedman opened a new pull request #32: URL: https://github.com/apache/commons-io/pull/32
I have a derivation of org.apache.commons.io.input.Tailer in our codebase which allows tailing of remote files using different user credentials via [jCIFS](https://jcifs.samba.org/src/docs/api/). It would be very nice if we could remove this duplicated code with the introduction of this Tailable interface. It shouldalso be possible to tail files using commons-vfs e.g. [HdfsRandomAccessContent](https://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons/vfs2/provider/hdfs/HdfsRandomAccessContent.html), -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
