Skip to content Skip to sidebar Skip to footer
Showing posts with the label Binaryfiles

Python Get Unicode String Size

I have a binary file. This file contains an UTF-8 string. Moreover, it is guaranteed that this stri… Read more Python Get Unicode String Size

Reading A Binary File With Memoryview

I read a large file in the code below which has a special structure - among others two blocks that … Read more Reading A Binary File With Memoryview

What Is The Fastest Way To Read A Specific Chunk Of Data From A Large Binary File In Python

I have a sensor unit which generates data in large binary files. File sizes can run into several te… Read more What Is The Fastest Way To Read A Specific Chunk Of Data From A Large Binary File In Python