java.lang.Object
org.apache.arrow.tools.FileToStream
Converts an Arrow file to an Arrow stream. The file should be specified as the first argument and
 the output is written to standard out.
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidconvert(FileInputStream in, OutputStream out) Reads an Arrow file from in and writes it back to out.static voidMain method.
- 
Method Details- 
convertReads an Arrow file from in and writes it back to out.- Throws:
- IOException
 
- 
mainMain method. The first arg is the file path. The second, optional argument, is an output file location (defaults to standard out).- Throws:
- IOException
 
 
-