public ReaderMethod(ReaderFile reader, String nameMethod) throws FileNotFoundException, IOException {
this.reader = reader;
this.nameMethod = nameMethod;
this.methodhash = new MethodHash(reader);
this.semaphore = new Semaphore();
this.copy = false;
this.method = new MethodsFeatury();
}