GraphTraversalSource.io(String)
. Notice
GraphTraversalSource.io(String)
doesn't support read operation from java.io.InputStream
or write
operation to java.io.OutputStream
. Thus for readers or writers which need this functionality are safe to
use this deprecated method. There is no intention to remove this method unless all the functionality is replaced
by the `io` step of GraphTraversalSource
.@Deprecated 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)
Deprecated.
|
static Io.Builder<GraphMLIo> |
graphml()
Deprecated.
Creates a basic GraphML-based
Io.Builder . |
static Io.Builder<GraphSONIo> |
graphson()
Deprecated.
Creates a basic GraphSON-based
Io.Builder . |
static Io.Builder<GryoIo> |
gryo()
Deprecated.
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–2022 Apache Software Foundation. All rights reserved.