Namespace ParquetSharp.IO
Classes
- Buffer
Points to a piece of contiguous memory.
- BufferOutputStream
An output stream that writes to a resizable buffer.
- BufferReader
Random access zero-copy reads on a Buffer.
- ManagedOutputStream
Managed wrapper around arrow::io::OutputStream that takes in a .NET Stream instance.
- ManagedRandomAccessFile
Managed wrapper around arrow::io::RandomAccessFile that takes in a .NET Stream instance.
- OutputStream
Wrapper around arrow::io::OutputStream.
- RandomAccessFile
Wrapper around arrow::io::RandomAccessFile.
- ResizableBuffer
A mutable buffer that can be resized.