|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.io.LEFileReader
public class LEFileReader
Created by IntelliJ IDEA. User: bennett Date: Dec 6, 2005 Time: 5:03:56 PM To change this template use Options | File Templates.
| Constructor Summary | |
|---|---|
LEFileReader(java.lang.String filename)
Instantiates a new lE file reader. |
|
| Method Summary | |
|---|---|
int |
readByte()
Read byte. |
float |
readFloat()
Read float. |
int |
readInt()
Read int. |
short |
readShort()
Read short. |
void |
seek(int newOffset)
Seek. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LEFileReader(java.lang.String filename)
throws java.io.FileNotFoundException
filename - the filename
java.io.FileNotFoundException - the file not found exception| Method Detail |
|---|
public int readInt()
throws java.io.IOException
java.io.IOException - Signals that an I/O exception has occurred.
public short readShort()
throws java.io.IOException
java.io.IOException - Signals that an I/O exception has occurred.
public float readFloat()
throws java.io.IOException
java.io.IOException - Signals that an I/O exception has occurred.
public int readByte()
throws java.io.IOException
java.io.IOException - Signals that an I/O exception has occurred.
public void seek(int newOffset)
throws java.io.IOException
newOffset - the new offset
java.io.IOException - Signals that an I/O exception has occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||