Unoptimized I/O library. More...
Functions | |
Status | ReadByte (std::byte *dest) |
Status | TryReadByte (std::byte *dest) |
Status | WriteByte (std::byte b) |
StatusWithSize | WriteLine (std::string_view s) |
StatusWithSize | ReadBytes (ByteSpan dest) |
StatusWithSize | WriteBytes (ConstByteSpan src) |
Unoptimized I/O library.