public class ListFile extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
known |
protected List<String> |
lines |
protected PrintWriter |
out |
| Constructor and Description |
|---|
ListFile(eu.javaexperience.file.AbstractFile af) |
| Modifier and Type | Method and Description |
|---|---|
int |
accumulateString(String str) |
void |
close() |
int |
getStringIndex(String str) |
protected PrintWriter out
public ListFile(eu.javaexperience.file.AbstractFile af)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.