[IO-564] Javadoc inheritance for ByteArrayOutputStream.write

2018-01-05 Thread Bernd Eckenfels
Hello, Hao Zong reported some missing Details in the JavaDoc of ByteArrayOutputStream#write. While I dont think it is critical we should probably fix it, since a user asked for it. I am willing to go through the streams of [IO] and adjust them, but I Need to know how: a) Remove the JavaDoc

Re: [compress] TarArchiveEntry and Windows drive letter

2018-01-05 Thread Torsten Curdt
> >TarArchiveEntry("C:\foo\bar") -> "/foo/bar" > >TarArchiveEntry("D:\foo\bar") -> "/foo/bar" > > "strip the drive letter" predates preserveLeadingSlashes > Might be but I guess the only question is how to fix it without breaking too many things. I am not such a big fan of