kaitai_struct_java_runtime icon indicating copy to clipboard operation
kaitai_struct_java_runtime copied to clipboard

Fix possible underread when using `RandomAccessFileKaitaiStream`

Open Mingun opened this issue 1 year ago • 0 comments

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

Mingun avatar Apr 11 '24 15:04 Mingun