Example #1
0
 public static State readState(IProject project, DataInputStream in) throws IOException {
   return State.read(project, in);
 }