Constructor
ArrowCompressedInputStreamnew
Declaration [src]
GArrowCompressedInputStream*
garrow_compressed_input_stream_new (
GArrowCodec* codec,
GArrowInputStream* raw,
GError** error
)
Parameters
codec |
GArrowCodec |
A |
|
| The data is owned by the caller of the function. | |
raw |
GArrowInputStream |
A |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowCompressedInputStream |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |