Use the specified Duplex.

Property definitions

neo4j $ JsonGraphStore :: from_io
	# Use the specified `Duplex`.
	init from_io(graph: NeoGraph, iostream: Duplex) do
		init(graph)
		istream = iostream
		ostream = iostream
	end
lib/neo4j/graph/json_graph_store.nit:81,2--86,4