| Package | Description |
|---|---|
| com.googlecode.aviator.runtime.module |
| Modifier and Type | Method and Description |
|---|---|
static File[] |
IoModule.files(File file) |
static InputStream |
IoModule.inputStream(File file) |
static InputStream |
IoModule.inputStream(URL url) |
static FileOutputStream |
IoModule.outputStream(File file) |
static com.googlecode.aviator.runtime.module.LineSequence |
IoModule.seq(BufferedReader reader) |
static com.googlecode.aviator.runtime.module.LineSequence |
IoModule.seq(File file)
cast a file into a sequence of text lines in file.
|
Copyright © 2010–2022. All rights reserved.