Procs
proc readInt16E(ss: StringStream): int16 {....raises: [IOError, OSError], tags: [ReadIOEffect], forbids: [].}
- Source Edit
proc readInt32E(ss: StringStream): int32 {....raises: [IOError, OSError], tags: [ReadIOEffect], forbids: [].}
- Source Edit
proc readInt64E(ss: StringStream): int64 {....raises: [IOError, OSError], tags: [ReadIOEffect], forbids: [].}
- Source Edit
proc readUInt16E(ss: StringStream): uint16 {....raises: [IOError, OSError], tags: [ReadIOEffect], forbids: [].}
- Source Edit
proc readUInt32E(ss: StringStream): uint32 {....raises: [IOError, OSError], tags: [ReadIOEffect], forbids: [].}
- Source Edit
proc readUInt64E(ss: StringStream): uint64 {....raises: [IOError, OSError], tags: [ReadIOEffect], forbids: [].}
- Source Edit
proc writeSomeIntBE(ss: StringStream; x: SomeEndianInt)
- Source Edit
proc writeSomeIntBE[T: SomeSignedInt | uint](ss: StringStream; x: T)
- Source Edit