4 Replies Latest reply: Jun 16, 2011 6:24 AM by Raymond Basque RSS

    Bug in byteArray 's method readBytes

    Chrestang Community Member

      Hi

       

      When I use readBytes ie. like this:

      data.readBytes(chunkData, 16, 4);

      I get 20 bytes not the 4 I requested (chunkData.length = 20 not 4).