April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de RandomAccessFile
npublic RandomAccessFile(String name, String mode)
n   throws FileNotFoundException
npublic RandomAccessFile(File file, String mode)
n   throws FileNotFoundException
npublic long getFilePointer() throws IOException
npublic void seek(long pos) throws IOException
npublic long length() throws IOException