Package org.geotools.graph.io.standard
Interface FileReaderWriter
-
- All Superinterfaces:
GraphReaderWriter
- All Known Implementing Classes:
SerializedReaderWriter
,TextfileReaderWriter
public interface FileReaderWriter extends GraphReaderWriter
Represents a GraphReaderWriter that reads/writes from/to files.- Author:
- Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net
-
-
Method Summary
-
Methods inherited from interface GraphReaderWriter
getProperty, read, setProperty, write
-
-
-
-
Field Detail
-
FILENAME
static final String FILENAME
filename key *- See Also:
- Constant Field Values
-
-