For Mp3 change adjustPaddingInPlace() so uses FileChannel like FlacTagWriter.insertUsingChunks()

Issue #259 closed
IJabz repo owner created an issue

For Mp3 change adjustPaddingInPlace() so uses FileChannel like FlacTagWriter.insertUsingChunks(), comment says

// we cannot use channels because of bugs in the macOS implementation // when moving data within the same file

but that only refers to a bug in the shorthand approach, we can still use channels and write as chunks

Comments (1)

  1. Log in to comment