首页 > TAG信息列表 > writeFileChannel

一 , FileChanle

package nio; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.ByteBuffer; import java.nio.channels.FileChannel; /** * @author DELL */ public class TestChannel { public static void main(String[] args) throws IOException