Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UpdateCrc32()
[2/2]
static unsafe uint System.IO.Compression.Crc32Helper.UpdateCrc32
(
uint
crc32
,
ReadOnlySpan
< byte >
buffer
)
inline
static
Definition at line
15
of file
Crc32Helper.cs
.
16
{
17
fixed (
byte
* buffer2 = &
MemoryMarshal
.GetReference(
buffer
))
18
{
19
return
global::Interop.zlib.crc32(crc32, buffer2,
buffer
.Length);
20
}
21
}
System.Runtime.InteropServices.MemoryMarshal
Definition
MemoryMarshal.cs:11
System.ExceptionArgument.buffer
@ buffer
References
System.buffer
.
System
IO
Compression
Crc32Helper
Generated by
1.10.0