Package ghidra.app.util.bin.format
Interface Writeable
- All Known Implementing Classes:
DOSHeader
,OldDOSHeader
,RichHeader
public interface Writeable
An interface for writing out class state information.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(RandomAccessFile raf, DataConverter dc) Writes this object to the specified random access file using the data converter to handle endianness.
-
Method Details
-
write
Writes this object to the specified random access file using the data converter to handle endianness.- Parameters:
raf
- the random access filedc
- the data converter- Throws:
IOException
- if an I/O error occurs
-