public interface CSFileLoader
Modifier and Type | Method and Description |
---|---|
String |
load(HDF hdf,
String filename)
Callback method that is expected to return the contents of the specified
file as a string.
|
String load(HDF hdf, String filename) throws IOException
hdf
- the HDF structure associated with HDF or CS object making the
callback.filename
- the name of the file that should be loaded.IOException
Copyright © 2010–2014 Google. All rights reserved.