|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.io.FileReaderWriter<Point3f[]>
edu.jhu.ece.iacl.jist.io.VertexFloatDxReaderWriter
public class VertexFloatDxReaderWriter
The Class VertexFloatDxReaderWriter.
| Field Summary | |
|---|---|
protected static VertexFloatDxReaderWriter |
readerWriter
The Constant readerWriter. |
| Fields inherited from class edu.jhu.ece.iacl.jist.io.FileReaderWriter |
|---|
extensionFilter, fileName |
| Constructor Summary | |
|---|---|
VertexFloatDxReaderWriter()
Instantiates a new vertex float dx reader writer. |
|
| Method Summary | |
|---|---|
static VertexFloatDxReaderWriter |
getInstance()
Gets the single instance of VertexFloatDxReaderWriter. |
protected Point3f[] |
readObject(java.io.File f)
Read object. |
protected boolean |
writeObject(Point3f[] results,
java.io.File f)
writeObject should be overwritten by all extending classes This method is protected because users should call write() From there, other reader/writer methods (including this one) are called as needed. |
| Methods inherited from class edu.jhu.ece.iacl.jist.io.FileReaderWriter |
|---|
accept, getExtensionFilter, getFileExtension, getFileExtension, getFileName, getFileName, getFileName, getFullFileName, read, setExtensionFilter, setFileName, write, writeObjectToDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final VertexFloatDxReaderWriter readerWriter
| Constructor Detail |
|---|
public VertexFloatDxReaderWriter()
| Method Detail |
|---|
public static VertexFloatDxReaderWriter getInstance()
protected Point3f[] readObject(java.io.File f)
FileReaderWriter
readObject in class FileReaderWriter<Point3f[]>f - the f
protected boolean writeObject(Point3f[] results,
java.io.File f)
FileReaderWriter
writeObject in class FileReaderWriter<Point3f[]>results - The object being writtenf - Where the file should be written
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||