public class NestCompileFile extends Object
| 构造器和说明 |
|---|
NestCompileFile(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
OutputStream |
getOutputStream(Filer filer) |
PrintStream |
getPrintStream(Filer filer) |
Writer |
getWriter(Filer filer) |
java.util.stream.Stream<String> |
readLines() |
public NestCompileFile(String name)
public Writer getWriter(Filer filer) throws IOException
IOExceptionpublic PrintStream getPrintStream(Filer filer) throws IOException
IOExceptionpublic OutputStream getOutputStream(Filer filer) throws IOException
IOExceptionpublic java.util.stream.Stream<String> readLines() throws IOException
IOExceptionCopyright © 2018. All rights reserved.