|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.io.LEFileWriter
public class LEFileWriter
The Class LEFileWriter.
| Constructor Summary | |
|---|---|
LEFileWriter(java.lang.String filename)
Instantiates a new lE file writer. |
|
| Method Summary | |
|---|---|
void |
close()
Close. |
void |
seek(int newOffset)
Seek. |
void |
writeByte(int i)
Write byte. |
void |
writeBytes(java.lang.String s)
Write bytes. |
void |
writeChar(int c)
Write char. |
void |
writeFloat(float v)
Write float. |
void |
writeInt(int v)
Write int. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LEFileWriter(java.lang.String filename)
throws java.io.FileNotFoundException
filename - the filename
java.io.FileNotFoundException - the file not found exception| Method Detail |
|---|
public void writeByte(int i)
throws java.io.IOException
i - the i
java.io.IOException - Signals that an I/O exception has occurred.
public void writeBytes(java.lang.String s)
throws java.io.IOException
s - the s
java.io.IOException - Signals that an I/O exception has occurred.
public void writeChar(int c)
throws java.io.IOException
c - the c
java.io.IOException - Signals that an I/O exception has occurred.
public void close()
throws java.io.IOException
java.io.IOException - Signals that an I/O exception has occurred.
public void writeInt(int v)
throws java.io.IOException
v - the v
java.io.IOException - Signals that an I/O exception has occurred.
public void writeFloat(float v)
throws java.io.IOException
v - the v
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 | ||||||||