Class LocalFileSystemStreamGraphInfoLoader
- java.lang.Object
-
- org.apache.graphar.info.loader.BaseGraphInfoLoader
-
- org.apache.graphar.info.loader.StreamGraphInfoLoader
-
- org.apache.graphar.info.loader.impl.LocalFileSystemStreamGraphInfoLoader
-
- All Implemented Interfaces:
GraphInfoLoader
public class LocalFileSystemStreamGraphInfoLoader extends StreamGraphInfoLoader
-
-
Constructor Summary
Constructors Constructor Description LocalFileSystemStreamGraphInfoLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
readYaml(URI uri)
-
Methods inherited from class org.apache.graphar.info.loader.StreamGraphInfoLoader
loadEdgeInfo, loadGraphInfo, loadVertexInfo
-
Methods inherited from class org.apache.graphar.info.loader.BaseGraphInfoLoader
buildEdgeInfoFromEdgeYaml, buildGraphInfoFromGraphYaml, buildVertexInfoFromVertexYaml
-
-
-
-
Method Detail
-
readYaml
public InputStream readYaml(URI uri) throws IOException
- Specified by:
readYaml
in classStreamGraphInfoLoader
- Throws:
IOException
-
-