public class ISFWriter
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static boolean |
saveMemoryContainerIntoISF(java.lang.String ISFFileName,
MemoryContainer memoryContainer) |
Saves information table stored in given memory container into given ISF file.
|
public static boolean saveMemoryContainerIntoISF(java.lang.String ISFFileName, MemoryContainer memoryContainer)
ISFFileName
- name of the ISF file used to save given memory containermemoryContainer
- memory container which will be saved to given ISF filetrue
if file was successfully written, false
otherwise