Package org.eclipse.cdt.utils.som
Class SOM
java.lang.Object
org.eclipse.cdt.utils.som.SOM
Representation of a HP-UX SOM binary format
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
SOM Header recordclass
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
static SOM.Attribute
getAttributes
(byte[] hints) static SOM.Attribute
getAttributes
(String file) byte[]
static boolean
isSOMHeader
(byte[] hints) static void
toString()
-
Field Details
-
NL
-
-
Constructor Details
-
SOM
protected SOM() -
SOM
- Throws:
IOException
-
SOM
- Throws:
IOException
-
-
Method Details
-
dispose
- Throws:
IOException
-
getFileHeader
- Throws:
IOException
-
getAttributes
-
getSymbols
- Throws:
IOException
-
getStringTable
- Throws:
IOException
-
toString
-
isSOMHeader
public static boolean isSOMHeader(byte[] hints) -
getAttributes
- Throws:
IOException
-
getAttributes
- Throws:
IOException
-
main
-