Beispiel #1
0
 public static int Read(this byte[] value, IO.EndianReader s, int index, int count)
 {
     return(s.Read(value, index, count));
 }
Beispiel #2
0
 public static int Read(this byte[] value, IO.EndianReader s)
 {
     return(s.Read(value, 0, value.Length));
 }