Fixed length records: Difference between revisions

Added statements to close the files.
(Added statements to close the files.)
Line 983:
let countWrite = output.writeBytes(buffer, 0, 80)
if countWrite < 80:
raise newException(IOError, "truncated data when writing")</lang>
 
input.close()
output.close()</lang>
 
{{out}}
Anonymous user