Beispiel #1
0
 public static async Task <int> ReadInt32(this Stream stream)
 {
     return(LittleEndianConverter.ConvertToInt32(await stream.ReadBytes(4)));
 }