java.lang.Object
org.apache.arrow.tools.StreamToFile
Converts an Arrow stream to an Arrow file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convert
(InputStream in, OutputStream out) Reads an Arrow stream fromin
and writes it toout
.static void
Main method.
-
Constructor Details
-
StreamToFile
public StreamToFile()
-
-
Method Details
-
convert
Reads an Arrow stream fromin
and writes it toout
.- Throws:
IOException
-
main
Main method. Defaults to reading from standard in and standard out. If there are two arguments the first is interpreted as the input file path, the second is the output file path.- Throws:
IOException
-