简体   繁体   中英

Java file channel exceptions

When using a file channel to copy a file in Java, when copying to another drive will an exception be thrown if there is not enough space on the disk?

Thanks

Sure, it will: http://docs.oracle.com/javase/7/docs/api/java/nio/channels/FileChannel.html#transferTo(long , long, java.nio.channels.WritableByteChannel)

This answer may be wrong, because you did not include any code, how you use the FileChannel.

Read this article: http://www.rgagnon.com/javadetails/java-0064.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM