Package org.eclipse.cdt.utils.coff
Class PE.DOSHeader
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.PE.DOSHeader
-
-
Constructor Summary
Constructors Constructor Description DOSHeader(byte[] hdr, boolean little)DOSHeader(RandomAccessFile file)DOSHeader(RandomAccessFile file, long offset)DOSHeader(ReadMemoryAccess memory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommonSetup(ReadMemoryAccess memory)StringtoString()
-
-
-
Constructor Detail
-
DOSHeader
public DOSHeader(RandomAccessFile file) throws IOException
- Throws:
IOException
-
DOSHeader
public DOSHeader(RandomAccessFile file, long offset) throws IOException
- Throws:
IOException
-
DOSHeader
public DOSHeader(byte[] hdr, boolean little) throws IOException- Throws:
IOException
-
DOSHeader
public DOSHeader(ReadMemoryAccess memory) throws IOException
- Throws:
IOException
-
-
Method Detail
-
commonSetup
public void commonSetup(ReadMemoryAccess memory) throws IOException
- Throws:
IOException
-
-