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
IOException
public SOM(String filename, long offset) throws IOException
IOException
public void dispose() throws IOException
IOException
public SOM.FileHeader getFileHeader() throws IOException
IOException
public SOM.Attribute getAttributes()
public SOM.Symbol[] getSymbols() throws IOException
IOException
public byte[] getStringTable() throws IOException
IOException
public static boolean isSOMHeader(byte[] hints)
public static SOM.Attribute getAttributes(byte[] hints) throws IOException
IOException
public static SOM.Attribute getAttributes(String file) throws IOException
IOException
public static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.