Exemplo n.º 1
0
 public static FIO get(final ObjectInput in) {
   final FIO io = INSTANCES.get();
   io.in = in;
   return io;
 }