Mp4TagWriter.writeDataInChunks() always assuming there will be partial chunk to write

Issue #112 resolved
IJabz repo owner created an issue

Mp4TagWriter.writeDataInChunks() always assuming there will be partial chunk to write. But if the number of bytes to be written can be neatly be divided by chunksize there is no partial chunk and as result generates IllegalArgumentException.