Stores an integer as 8 bits in the file. Note: The value should lie in the interval $(D 0, 255). Any other value will overflow and wrap around. To store a signed integer, use store64, or convert it manually (see store16 for an example).
See Implementation
Stores an integer as 8 bits in the file. Note: The value should lie in the interval $(D 0, 255). Any other value will overflow and wrap around. To store a signed integer, use store64, or convert it manually (see store16 for an example).