home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
RandomAccessFile.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
321b
|
14 lines
import java.io.*;
public class \Name\ extends java.io.RandomAccessFile
{
public \Name\ (String AFileName, String AMode) throws IOException
{
super (AFileName, AMode);
}
public \Name\ (File AFile, String AMode) throws IOException
{
super (AFile, AMode);
}
}