Sign in
eclipse
/
gerrit
/
rtsc
/
org.eclipse.rtsc.committer
/
7240d8325767a3fc64606753d8baaaecb1fea66d
/
.
/
packages
/
xdc
/
rta
/
IOFReader.java
blob: d532a0e1716375b9f191f85eb2a56acf0deb1eb3 [
file
] [
log
] [
blame
]
package
xdc
.
rta
;
public
interface
IOFReader
{
public
String
findString
(
long
addr
);
public
String
parse
(
String
fileName
)
throws
java
.
io
.
IOException
;
public
void
close
()
throws
java
.
io
.
IOException
;
}