jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Remove Autocloseable dependance #45

Closed jferard closed 7 years ago

jferard commented 7 years ago

ZipUTF8Writer implements Closeable, Flushable, Appendable, AutoCloseable, whereas AutoCloseable is a java 7 interface. See https://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html : "since 1.7".