| 55 | /// <param name="data">Data to write</param> |
| 56 | /// <param name="bytes">Amount of bytes to write</param> |
| 57 | API_FUNCTION() FORCE_INLINE void WriteData(const void* data, int32 bytes) |
| 58 | { |
| 59 | WriteBytes(data, bytes); |
| 60 | } |
| 61 | |
| 62 | /// <summary> |
| 63 | /// Reads bytes from the stream |
no outgoing calls
no test coverage detected