public ReaderInvocationHandler(IFormatReader reader) {
   reader.toString(); // NPE
   this.reader = reader;
 }