java.lang.Object
org.apache.arrow.tools.StreamToFile
Converts an Arrow stream to an Arrow file.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidconvert(InputStream in, OutputStream out) Reads an Arrow stream frominand writes it toout.static voidMain method.
- 
Constructor Details- 
StreamToFilepublic StreamToFile()
 
- 
- 
Method Details- 
convertReads an Arrow stream frominand writes it toout.- Throws:
- IOException
 
- 
mainMain 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
 
 
-