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

Field Summary
static java.lang.String FILENAME
          filename key
 
Methods inherited from interface org.geotools.graph.io.GraphReaderWriter
getProperty, read, setProperty, write
 

Field Detail

FILENAME

public static final java.lang.String FILENAME
filename key

See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.