public final class IoCore extends Object
Io.Builder implementations enabling a bit of shorthand syntax by importing these
 methods statically.| Modifier and Type | Method and Description | 
|---|---|
static Io.Builder | 
createIoBuilder(String graphFormat)  | 
static Io.Builder<GraphMLIo> | 
graphml()
Creates a basic GraphML-based  
Io.Builder. | 
static Io.Builder<GraphSONIo> | 
graphson()
Creates a basic GraphSON-based  
Io.Builder. | 
static Io.Builder<GryoIo> | 
gryo()
Creates a basic Gryo-based  
Io.Builder. | 
public static Io.Builder<GraphMLIo> graphml()
Io.Builder.public static Io.Builder<GraphSONIo> graphson()
Io.Builder.public static Io.Builder<GryoIo> gryo()
Io.Builder.public static Io.Builder createIoBuilder(String graphFormat) throws ClassNotFoundException, IllegalAccessException, InstantiationException
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.