Package robocode

Class RobocodeFileOutputStream

java.lang.Object
java.io.OutputStream
robocode.RobocodeFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class RobocodeFileOutputStream extends OutputStream
RobocodeFileOutputStream is similar to a FileOutputStream and is used for streaming/writing data out to a file, which you got previously by calling getDataFile().

You should read FileOutputStream for documentation of this class.

Please notice that the max. size of your data file is set to 200000 (~195 KB).

Author:
Mathew A. Nelson (original), Flemming N. Larsen (contributor)
See Also: