robocode
Class RobocodeFileWriter
public class RobocodeFileWriter
RobocodeFileWriter is similar to a
FileWriter
and is used for
writing data out to a file, which you got by calling
AdvancedRobot.getDataFile(String)
.
You should read
FileWriter
for documentation of this class.
Please notice that the max. size of your data file is set to 200000
(~195 KB).
- Mathew A. Nelson (original)
- Flemming N. Larsen (contributor)
RobocodeFileWriter
public RobocodeFileWriter(File file)
throws IOException
RobocodeFileWriter
public RobocodeFileWriter(FileDescriptor fd)
RobocodeFileWriter
public RobocodeFileWriter(String fileName)
throws IOException
RobocodeFileWriter
public RobocodeFileWriter(String fileName,
boolean append)
throws IOException