예제 #1
0
 /**
  * @return
  * @throws IOException
  */
 public ProgramHeader[] getProgramHeaders() throws IOException {
   return ProgramHeader.createHeaders(this.ehdr, this.efile);
 }