|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--robocode.RobocodeFileOutputStream
RobocodeFileOutputStream
FileOutputStream| Constructor Summary | |
RobocodeFileOutputStream(File file)
RobocodeFileOutputStream constructor -- see FileOutputStream for docs! |
|
RobocodeFileOutputStream(FileDescriptor fdObj)
RobocodeFileOutputStream constructor -- see FileOutputStream for docs! |
|
RobocodeFileOutputStream(String name)
RobocodeFileOutputStream constructor -- see FileOutputStream for docs! |
|
RobocodeFileOutputStream(String name,
boolean append)
RobocodeFileOutputStream constructor -- see FileOutputStream for docs! |
|
| Method Summary | |
void |
close()
See java.io.FileOutputStream |
void |
flush()
See java.io.FileOutputStream |
String |
getName()
Returns the filename |
void |
setFileOutputStream(FileOutputStream out)
The system calls this method, you should not call it. |
static void |
setThreadManager(ThreadManager threadManager)
The system calls this method, you should not call it. |
void |
write(byte[] b)
See java.io.FileOutputStream |
void |
write(byte[] b,
int off,
int len)
See java.io.FileOutputStream |
void |
write(int b)
See java.io.FileOutputStream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RobocodeFileOutputStream(File file)
throws IOException
FileOutputStreampublic RobocodeFileOutputStream(FileDescriptor fdObj)
FileOutputStream
public RobocodeFileOutputStream(String name)
throws IOException
FileOutputStream
public RobocodeFileOutputStream(String name,
boolean append)
throws IOException
FileOutputStream| Method Detail |
public final void close()
throws IOException
close in class OutputStreamIOExceptionFileOutputStream
public final void flush()
throws IOException
flush in class OutputStreamIOExceptionFileOutputStreampublic final String getName()
public final void setFileOutputStream(FileOutputStream out)
public static final void setThreadManager(ThreadManager threadManager)
public final void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionFileOutputStream
public final void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionFileOutputStream
public final void write(int b)
throws IOException
write in class OutputStreamIOExceptionFileOutputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||