public class FileHandle extends Object
Constructor and Description |
---|
FileHandle(Path file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static List<FileHandle> |
getFileHandles() |
boolean |
isClosed() |
boolean |
shouldBeClosed() |
void |
update() |
void |
write(List<String> lines) |
public FileHandle(Path file) throws IOException
IOException
public static List<FileHandle> getFileHandles()
public void update()
public boolean isClosed()
public void write(List<String> lines) throws IOException
IOException
public boolean shouldBeClosed()
public void close()