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
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
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
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
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,
>
. 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
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
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