public class RandomAccessFileOutputStream extends OutputStream
构造器和说明 |
---|
RandomAccessFileOutputStream(RandomAccessFile raf) |
public RandomAccessFileOutputStream(RandomAccessFile raf)
public void write(int b) throws IOException
write
在类中 OutputStream
IOException
public void write(byte[] b) throws IOException
write
在类中 OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
在类中 OutputStream
IOException
public void flush()
flush
在接口中 Flushable
flush
在类中 OutputStream
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 OutputStream
IOException
Copyright © 2017. All rights reserved.