kaitai-io / kaitai_struct_javascript_runtime

Kaitai Struct: runtime for JavaScript
Apache License 2.0
37 stars 22 forks source link

Entires limit 50 #30

Closed MardanovaA closed 1 year ago

MardanovaA commented 1 year ago

Hello. I am using kaitai to structure iso file using this article (javascript). But I have a problem with a folder that has more than 50 files. If i use code like var parsedIso = new Iso9660(new KaitaiStream(arrayBuffer)); const myDir = parsedIso.primaryVolDesc.volDescPrimary.rootDir.body.extentAsDir.entries; console.log(myDir.length) It is returns only first 50 files, but i have more files in directory. Other directories are good.

Please, any help?

generalmimon commented 1 year ago

Duplicate of kaitai-io/kaitai_struct_formats#679