Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The constructor BufferedOutputStream(RandomAccessFile) is undefined
at MainClass.main(MainClass.java:10)
Random-access files are incompatible with the stream/reader/writer model.