文件内容操作九行

来源:互联网 发布:win10梦幻桌面软件 编辑:程序博客网 时间:2024/06/10 00:36
public RandomAccessFile(File file , String mode) throwsFileNotFoundException
public void close() throw IOException
public final byte readByte(byte[] b) throws IOException
public final int readInt() throws IOException
public final void writeByte(String s) throws IOException
public final void writeInt(int v) throws IOException
public int read(byte[] b) throws IOException
public void seek(long pos) throws IOException
public int skipBytes(int n) throws IOException
0 0
原创粉丝点击