- java.lang.Object
-
- com.ibm.j9ddr.corereaders.aix.ARReader
-
public class ARReader extends Object
-
-
Constructor Summary
Constructors Constructor Description ARReader(File library)
ARReader(ImageInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
long
offsetOfModule(String name)
long
sizeOfModule(String name)
-
-
-
Constructor Detail
-
ARReader
public ARReader(File library) throws IOException
- Throws:
IOException
-
ARReader
public ARReader(ImageInputStream in) throws IOException
- Throws:
IOException
-
-
Method Detail
-
offsetOfModule
public long offsetOfModule(String name)
-
sizeOfModule
public long sizeOfModule(String name)
-
close
public void close() throws IOException
- Throws:
IOException
-
-