Re: Back to contributing to Commons Imaging

2016-10-09 Thread sebb
It looks as though the byte[] arrays are often converted into a ByteArrayInputStream. If not, then the other common use-case is an indexed read. Encapsulating the byte[] data in a class that gives access to these might be a solution. Likewise for int[] and other data. On 6 September 2016 at 07:47

Re: Back to contributing to Commons Imaging

2016-09-05 Thread Amedee Van Gasse
Op 03-09-16 om 15:29 schreef sebb: On 3 September 2016 at 13:14, Benedikt Ritter wrote: Hi Damjan, nice you're back. I think there is only one thing left before 1.0 can ne released and that is the findbugs violations. They are mainly about exposure of internal state because the public API acce

Re: Back to contributing to Commons Imaging

2016-09-04 Thread sebb
perations there are it might be >> possible to provide other methods for them. >> >> > Regards, >> > Benedikt >> > >> > Damjan Jovanovic schrieb am Sa., 3. Sep. 2016 um >> 11:42: >> > >> >> Hi >> >> >&g

Re: Back to contributing to Commons Imaging

2016-09-03 Thread Vikrant Nimbalkar
ads and writes > with getters and setters, but that might be too expensive for some > operations. > Depending on how many other such operations there are it might be > possible to provide other methods for them. > > > Regards, > > Benedikt > > > > Damjan

Re: Back to contributing to Commons Imaging

2016-09-03 Thread Benedikt Ritter
would be fairly easy to replace individual entry reads and writes > with getters and setters, but that might be too expensive for some > operations. > Depending on how many other such operations there are it might be > possible to provide other methods for them. > > > Regards, >

Re: Back to contributing to Commons Imaging

2016-09-03 Thread sebb
. Sep. 2016 um 11:42: > >> Hi >> >> I am back to contributing to Commons Imaging. >> >> Will start with some cleanups, like try-with-resources instead of >> IoUtils.closeQuietly(). >> >> Java and Maven

Re: Back to contributing to Commons Imaging

2016-09-03 Thread Benedikt Ritter
rrays. But I think that would be very bad for Performance... Regards, Benedikt Damjan Jovanovic schrieb am Sa., 3. Sep. 2016 um 11:42: > Hi > > I am back to contributing to Commons Imaging. > > Will start with some cleanups, like try-with-resources instead of > IoUtils.closeQuietl

Back to contributing to Commons Imaging

2016-09-03 Thread Damjan Jovanovic
Hi I am back to contributing to Commons Imaging. Will start with some cleanups, like try-with-resources instead of IoUtils.closeQuietly(). Java and Maven are a heaven send after working in C++ and make with Apache OpenOffice. Regards Damjan