Just made the commit so getHexDump() is now perfectly safe without having to create a duplicate.
On Tue, May 22, 2018 at 9:59 AM, Emmanuel Lécharny <[email protected]> wrote: > > > Le 22/05/2018 à 15:09, Jonathan Valliere a écrit : > > Right, but the caveat is that the duplicate buffer shares the same memory > > space. > > Correct. As soon as you don't change the internal byte [], you are fine > though. Dumping a duplicate should thenalways be fine. > > > Calling duplicate then changing the contents would be a no-no. > > Absolutely. > > > -- > Emmanuel Lecharny > > Symas.com > directory.apache.org > >
