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
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.