| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedInputStream
\class BufferedInputStream
\brief An InputStream that performs buffered reads from an unbuffered
InputStream, which can mitigate the overhead of many small reads in some
cases
|
class |
BufferedInputStreamConcurrencyWrapper |
class |
BufferedOutputStream |
class |
BufferOutputStream
\brief An output stream that writes to a resizable buffer
|
class |
CompressedInputStream |
class |
CompressedInputStreamConcurrencyWrapper |
class |
CompressedOutputStream |
class |
FileOutputStream
\brief An operating system file open in write-only mode.
|
class |
FixedSizeBufferWriter
\brief An output stream that writes into a fixed-size mutable buffer
|
class |
HdfsOutputStream |
class |
InputStream |
class |
InputStreamSlowInputStreamBase |
class |
MockOutputStream
\brief A helper class to tracks the size of allocations
Writes to this stream do not copy or retain any data, they just bump
a size counter that can be later used to know exactly which data size
needs to be allocated for actual writing.
|
class |
OutputStream |
class |
SlowInputStream
\brief An InputStream wrapper that makes reads slower.
|
class |
WritableFile |
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.CheckAligned(FileInterface stream) |
static Status |
arrow.CheckAligned(FileInterface stream,
int alignment)
\brief Return error Status if file position is not a multiple of the
indicated alignment
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetOutputWrapper |
Copyright © 2021. All rights reserved.