Ejemplo n.º 1
0
 public Restart(byte[] bytes)
 {
     RestartHeader = RestartAreaHeader.Get(bytes);
 }
Ejemplo n.º 2
0
 public static RestartAreaHeader[] Get(string volume)
 {
     return(RestartAreaHeader.Get(LogFile.getBytes(volume)));
 }