类 AIOFileWriter
- java.lang.Object
-
- io.github.kavahub.file.writer.AIOFileWriter
-
public class AIOFileWriter extends Object
-
-
构造器概要
构造器 构造器 说明 AIOFileWriter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CompletableFuture<Integer>write(Path file, byte[] bytes)CompletableFuture<Integer>write(Path file, byte[] bytes, StandardOpenOption... options)CompletableFuture<Integer>write(Path file, Query<String> lines)CompletableFuture<Integer>write(Path file, Query<String> lines, StandardOpenOption... options)CompletableFuture<Integer>write(Path file, Iterable<String> lines)CompletableFuture<Integer>write(Path file, Iterable<String> lines, StandardOpenOption... options)CompletableFuture<Integer>write(Path file, String line)CompletableFuture<Integer>write(Path file, String line, StandardOpenOption... options)
-
-
-
方法详细资料
-
write
public CompletableFuture<Integer> write(Path file, byte[] bytes)
-
write
public CompletableFuture<Integer> write(Path file, byte[] bytes, StandardOpenOption... options)
-
write
public CompletableFuture<Integer> write(Path file, String line)
-
write
public CompletableFuture<Integer> write(Path file, String line, StandardOpenOption... options)
-
write
public CompletableFuture<Integer> write(Path file, Query<String> lines)
-
write
public CompletableFuture<Integer> write(Path file, Query<String> lines, StandardOpenOption... options)
-
write
public CompletableFuture<Integer> write(Path file, Iterable<String> lines)
-
write
public CompletableFuture<Integer> write(Path file, Iterable<String> lines, StandardOpenOption... options)
-
-