|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: ネスト | フィールド | コンストラクター | メソッド | 詳細: フィールド | コンストラクター | メソッド | ||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--robocode.RobocodeFileOutputStream
RobocodeFileOutputStream
FileOutputStream| コンストラクターの要約 | |
RobocodeFileOutputStream(File file)
RobocodeFileOutputStream コンストラクター (詳しくは FileOutputStream をご覧ください) |
|
RobocodeFileOutputStream(FileDescriptor fdObj)
RobocodeFileOutputStream コンストラクター (詳しくは FileOutputStream をご覧ください) |
|
RobocodeFileOutputStream(String name)
RobocodeFileOutputStream コンストラクター (詳しくは FileOutputStream をご覧ください) |
|
RobocodeFileOutputStream(String name,
boolean append)
RobocodeFileOutputStream コンストラクター (詳しくは FileOutputStream をご覧ください) |
|
| メソッドの要約 | |
void |
close()
java.io.FileOutputStream をご覧ください |
void |
flush()
java.io.FileOutputStream をご覧ください |
String |
getName()
ファイル名を戻します。 |
void |
setFileOutputStream(FileOutputStream out)
このメソッドはシステムによって呼び出されます。 ユーザーはこれを呼び出さないでください。 |
static void |
setThreadManager(ThreadManager threadManager)
このメソッドはシステムによって呼び出されます。 ユーザーはこれを呼び出さないでください。 |
void |
write(byte[] b)
java.io.FileOutputStream をご覧ください |
void |
write(byte[] b,
int off,
int len)
java.io.FileOutputStream をご覧ください |
void |
write(int b)
java.io.FileOutputStream をご覧ください |
| クラス java.lang.Object から継承されたメソッド |
equals、
getClass、
hashCode、
notify、
notifyAll、
toString、
wait、
wait、
wait |
| コンストラクターの詳細 |
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| メソッドの詳細 |
public final void close()
throws IOException
OutputStream 内の close
IOExceptionFileOutputStream
public final void flush()
throws IOException
OutputStream 内の flush
IOExceptionFileOutputStreampublic final String getName()
public final void setFileOutputStream(FileOutputStream out)
public static final void setThreadManager(ThreadManager threadManager)
public final void write(byte[] b)
throws IOException
OutputStream 内の write
IOExceptionFileOutputStream
public final void write(byte[] b,
int off,
int len)
throws IOException
OutputStream 内の write
IOExceptionFileOutputStream
public final void write(int b)
throws IOException
OutputStream 内の write
IOExceptionFileOutputStream
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: ネスト | フィールド | コンストラクター | メソッド | 詳細: フィールド | コンストラクター | メソッド | ||||||||