public class FileSystem extends Object
限定符和类型 | 方法和说明 |
---|---|
static OutputStream |
append(OutputStream output,
io.netty.buffer.ByteBuf buf) |
static Path |
choosePath(Path dir,
String filename) |
static void |
close(OutputStream out) |
static OutputStream |
open(Path path) |
public static OutputStream open(Path path)
public static OutputStream append(OutputStream output, io.netty.buffer.ByteBuf buf)
public static void close(OutputStream out)
Copyright © 2024. All rights reserved.