public class StreamToFile extends Object
| Constructor and Description |
|---|
StreamToFile() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convert(InputStream in,
OutputStream out)
Reads an Arrow stream from
in and writes it to out. |
static void |
main(String[] args)
Main method.
|
public static void convert(InputStream in, OutputStream out) throws IOException
in and writes it to out.IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.