| Package | Description |
|---|---|
| org.dmd.util |
| Modifier and Type | Method and Description |
|---|---|
ManagedFileWriter |
FileUpdateManager.getWriter(String of,
String fn)
Use this method to get a BufferedWriter for the file you're generating and close it
as normal when you're done.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileUpdateManager.fileClosed(ManagedFileWriter mfw)
This method is called from the ManagedFileWriter when its close() method is called.
|
Copyright © 2023. All rights reserved.