public static interface IBinaryParser.IBinaryFile
extends org.eclipse.core.runtime.IAdaptable
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
IBinaryParser |
getBinaryParser()
Return the binary parser
|
InputStream |
getContents() |
org.eclipse.core.runtime.IPath |
getPath()
Filename of the binary
|
int |
getType()
Binary type
|
static final int OBJECT
static final int EXECUTABLE
static final int SHARED
static final int ARCHIVE
static final int CORE
org.eclipse.core.runtime.IPath getPath()
int getType()
InputStream getContents() throws IOException
IOException
IBinaryParser getBinaryParser()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.