提交 c80889a7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting.

上级 f1887961
......@@ -69,9 +69,11 @@ public abstract class FileBase extends FileChannel {
}
public int write(ByteBuffer src, long position) throws IOException {
throw new UnsupportedOperationException(); }
throw new UnsupportedOperationException();
}
public long write(ByteBuffer[] srcs, int offset, int length) throws IOException {
throw new UnsupportedOperationException(); }
throw new UnsupportedOperationException();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论