mathcomp.assemble.filament
Class FilamentIO
java.lang.Object
mathcomp.assemble.filament.FilamentIO
public class FilamentIO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilamentIO
public FilamentIO()
createFromFile
public static Filament createFromFile(java.lang.String filename)
createFromReader
public static Filament createFromReader(java.io.BufferedReader in)
throws java.io.IOException
- Throws:
java.io.IOException
writeToFile
public static void writeToFile(java.lang.String fileName,
java.lang.String s)
writeBendingToFile
public static void writeBendingToFile(java.lang.String fileName,
Filament filament)