List of functions and data types in IO
Void putInt(File handle, Int i)
Arguments
handle: A writable file handle
i: The integer to write
Usage
Write an integer to a file as a set of four binary bytes. The most significant byte is written first.
Related