kaitai_struct_java_runtime
kaitai_struct_java_runtime copied to clipboard
Fix possible underread when using `RandomAccessFileKaitaiStream`
RandomAccessFile.read() can read fewer bytes than requested, this is not an EOF. -1 will be returned in case of EOF.