| Package | Description |
|---|---|
| com.googlecode.aviator.runtime.module |
| Modifier and Type | Method | 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 © 2022–2023. All rights reserved.