Package org.eclipse.cdt.utils.som
Class SOM
- java.lang.Object
-
- org.eclipse.cdt.utils.som.SOM
-
public class SOM extends java.lang.ObjectRepresentation of a HP-UX SOM binary format
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSOM.Attributestatic classSOM.FileHeaderSOM Header recordclassSOM.Symbol
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()SOM.AttributegetAttributes()static SOM.AttributegetAttributes(byte[] hints)static SOM.AttributegetAttributes(java.lang.String file)SOM.FileHeadergetFileHeader()byte[]getStringTable()SOM.Symbol[]getSymbols()static booleanisSOMHeader(byte[] hints)static voidmain(java.lang.String[] args)java.lang.StringtoString()
-
-
-
Method Detail
-
dispose
public void dispose() throws java.io.IOException- Throws:
java.io.IOException
-
getFileHeader
public SOM.FileHeader getFileHeader() throws java.io.IOException
- Throws:
java.io.IOException
-
getAttributes
public SOM.Attribute getAttributes()
-
getSymbols
public SOM.Symbol[] getSymbols() throws java.io.IOException
- Throws:
java.io.IOException
-
getStringTable
public byte[] getStringTable() throws java.io.IOException- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isSOMHeader
public static boolean isSOMHeader(byte[] hints)
-
getAttributes
public static SOM.Attribute getAttributes(byte[] hints) throws java.io.IOException
- Throws:
java.io.IOException
-
getAttributes
public static SOM.Attribute getAttributes(java.lang.String file) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args)
-
-