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
Module:

Field Summary
static String FILENAME
          filename key
 
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


Copyright © 1996-2009 Geotools. All Rights Reserved.