The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
Search found 4 matches
- Mon May 22, 2023 2:29 pm
- Forum: Questions & feedbacks
- Topic: Help parse .are to Json
- Replies: 5
- Views: 4678
Re: Help parse .are to Json
Thanks good work!! private fun parseMetadata(dataBuffer: ByteBuffer): LandmarksMetadata { val mainContent = parseMetadataContent(dataBuffer) var metadataExtensions:LandmarksMetadataExtensions? = null if (mainContent.numberMetadataEntries >= 0){ metadataExtensions = parseMetadataExtensions(dataBuffer...
- Mon May 22, 2023 2:10 pm
- Forum: Questions & feedbacks
- Topic: Help parse .are to Json
- Replies: 5
- Views: 4678
Re: Help parse .are to Json
I am performing an additional check that is not equal to if (numberMetadataEntries != -1). Although the code inside will only be executed if numberMetadataEntries >= 0.
- Mon May 22, 2023 7:55 am
- Forum: Questions & feedbacks
- Topic: Help parse .are to Json
- Replies: 5
- Views: 4678
Re: Help parse .are to Json
I think I have the same problem and the problem is in another place, I really need help
- Fri May 19, 2023 2:08 pm
- Forum: Questions & feedbacks
- Topic: Help parse .are to Json
- Replies: 5
- Views: 4678
Help parse .are to Json
I'm trying to parse the file according to the 2022.10.14 benefit, but apparently I'll file it at the wrong time. I think either I'm doing something wrong or something has changed The error lies in the fact that I read the name and add the number of bytes, apparently I'm going to the wrong place Mult...