java.lang.Object
org.apache.arrow.tools.StreamToFile
Converts an Arrow stream to an Arrow file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvert(InputStream in, OutputStream out) Reads an Arrow stream frominand writes it toout.static voidMain method.
-
Constructor Details
-
StreamToFile
public StreamToFile()
-
-
Method Details
-
convert
Reads an Arrow stream frominand 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
-