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