File.store8

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).

struct File
@nogc nothrow
void
store8
(
in long value
)

Meta