public class SOM extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SOM.Attribute |
static class |
SOM.FileHeader
SOM Header record
|
class |
SOM.Symbol |
| Modifier | Constructor and Description |
|---|---|
protected |
SOM() |
|
SOM(String filename) |
|
SOM(String filename,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
SOM.Attribute |
getAttributes() |
static SOM.Attribute |
getAttributes(byte[] hints) |
static SOM.Attribute |
getAttributes(String file) |
SOM.FileHeader |
getFileHeader() |
byte[] |
getStringTable() |
SOM.Symbol[] |
getSymbols() |
static boolean |
isSOMHeader(byte[] hints) |
static void |
main(String[] args) |
String |
toString() |
public static final String NL
protected SOM()
public SOM(String filename) throws IOException
IOExceptionpublic SOM(String filename, long offset) throws IOException
IOExceptionpublic void dispose()
throws IOException
IOExceptionpublic SOM.FileHeader getFileHeader() throws IOException
IOExceptionpublic SOM.Attribute getAttributes()
public SOM.Symbol[] getSymbols() throws IOException
IOExceptionpublic byte[] getStringTable()
throws IOException
IOExceptionpublic static boolean isSOMHeader(byte[] hints)
public static SOM.Attribute getAttributes(byte[] hints) throws IOException
IOExceptionpublic static SOM.Attribute getAttributes(String file) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.