Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python read binary trj file

with open(fileName, mode='rb') as file: # b is important -> binary
    fileContent = file.read()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #read #binary #trj #file
ADD COMMENT
Topic
Name
8+7 =