kaitai-io / kaitai_struct_java_runtime

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

Fix possible underread when using `RandomAccessFileKaitaiStream` #44

Closed Mingun closed 2 months ago

Mingun commented 5 months ago

RandomAccessFile.read() can read fewer bytes than requested, this is not an EOF. -1 will be returned in case of EOF.