public class VectorSerializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorSerializer.Reader
Read one or more vector containers from an input stream.
|
static class |
VectorSerializer.Writer
Writes multiple VectorAccessible or VectorContainer
objects to an output stream.
|
| Constructor and Description |
|---|
VectorSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static VectorSerializer.Reader |
reader(BufferAllocator allocator,
InputStream stream) |
static VectorSerializer.Writer |
writer(WritableByteChannel channel) |
public static VectorSerializer.Writer writer(WritableByteChannel channel) throws IOException
IOExceptionpublic static VectorSerializer.Reader reader(BufferAllocator allocator, InputStream stream)
Copyright © 2022 The Apache Software Foundation. All rights reserved.