Removed memory mapping code to solve Issue #196.

Merged
#49 · Created  · Last updated

Merged pull request

Merged in h_schreiber/jaudiotagger/remove_file_memory_mapping (pull request #49)

2e19cc5·Author: ·Closed by: ·2017-03-20

Description

Removed memory mapping code to solve Issue #196.

Note that the FileChannel is always closed when the FileInputStream is closed, so no extra close() call is necessary. Also, I switched (at least in that method) to the try-with-resource notation to take advantage of auto-close, to make the code a little cleaner and easier to read.

0 attachments

0 comments

Loading commits...