public class NestCompileFile extends Object
| Constructor and Description |
|---|
NestCompileFile(String name) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream(Filer filer) |
PrintStream |
getPrintStream(Filer filer) |
Writer |
getWriter(Filer filer) |
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 Stream<String> readLines() throws IOException
IOExceptionCopyright © 2018. All rights reserved.