public class FileToStream extends Object
Modifier and Type | Method and Description |
---|---|
static void |
convert(FileInputStream in,
OutputStream out)
Reads an Arrow file from in and writes it back to out.
|
static void |
main(String[] args)
Main method.
|
public static void convert(FileInputStream in, OutputStream out) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2023 The Apache Software Foundation. All rights reserved.