예제 #1
0
 public static int ReadMidnightSecond(Stream stream)
 {
     return((int)LEB128.ReadSLEB128(stream));
 }
예제 #2
0
 public static long ReadSLEB128(Stream stream)
 {
     return(LEB128.ReadSLEB128(stream));
 }