|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IBinaryParser.IBinaryFile
Represents a binary file for example an ELF executable.
Field Summary | |
---|---|
static int |
ARCHIVE
Binary is an archive, IBinaryArchive |
static int |
CORE
Binary is a core file, an IBinaryFile |
static int |
EXECUTABLE
Binary is an executable, can be typecast to IBinaryExectuable |
static int |
OBJECT
Binary is an object, can be safely typecast to IBinaryObject |
static int |
SHARED
Binary is a DLL, can be use as a IBinaryShared |
Method Summary | |
---|---|
IBinaryParser |
getBinaryParser()
Return the binary parser |
java.io.InputStream |
getContents()
|
org.eclipse.core.runtime.IPath |
getPath()
Filename of the binary |
int |
getType()
Binary type |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
static final int OBJECT
static final int EXECUTABLE
static final int SHARED
static final int ARCHIVE
static final int CORE
Method Detail |
---|
org.eclipse.core.runtime.IPath getPath()
int getType()
java.io.InputStream getContents() throws java.io.IOException
java.io.IOException
IBinaryParser getBinaryParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |