java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.IoCore

@Deprecated public final class IoCore extends Object
Deprecated.
As of release 3.4.0, partially replaced by 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.
Constructs the core Io.Builder implementations enabling a bit of shorthand syntax by importing these methods statically.
Author:
Stephen Mallette (http://stephen.genoprime.com)