==============================================================================
| 49 | |
| 50 | //============================================================================== |
| 51 | bool writeInt32 (int32 value) |
| 52 | { |
| 53 | return output.writeIntBigEndian (value); |
| 54 | } |
| 55 | |
| 56 | bool writeUint64 (uint64 value) |
| 57 | { |
nothing calls this directly
no test coverage detected