What advanced operation does RandomAccessFile support that FileInputStream and FileOutputStream do not?
RandomAccessFile
FileInputStream
FileOutputStream
Automatic conversion of byte data to characters
Compression of data
Random access to any position in the file
Encryption of data