Interface ElfNote.NoteReaderFunc<T extends ElfNote>
- Enclosing class:
ElfNote
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a more specific Note type, typically using the data found in the generic note'sElfNote.getDescription()
and the supplied Program.
-
Method Details
-
read
Returns a more specific Note type, typically using the data found in the generic note'sElfNote.getDescription()
and the supplied Program.- Parameters:
note
- generic note instanceprogram
- Program containing the note- Returns:
- new note instance
- Throws:
IOException
- if error reading
-