kaitai-io / kaitai_struct_java_runtime

Kaitai Struct: runtime for Java
MIT License
42 stars 18 forks source link

Declare that KaitaiStream implements Closeable #14

Closed gmacon closed 7 years ago

gmacon commented 7 years ago

This allows a KaitaiStream to be used in a try-with-resources block.

GreyCat commented 7 years ago

Makes sense, thanks!