@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class WritableFileSource extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WritableFileSource(BytePointer path,
FileSystem filesystem) |
WritableFileSource(BytePointer path,
FileSystem filesystem,
int compression) |
WritableFileSource(Pointer p)
Pointer cast constructor.
|
WritableFileSource(ResizableBuffer buffer) |
WritableFileSource(ResizableBuffer buffer,
Compression.type compression) |
WritableFileSource(ResizableBuffer buffer,
int compression) |
WritableFileSource(String path,
FileSystem filesystem) |
WritableFileSource(String path,
FileSystem filesystem,
Compression.type compression) |
| Modifier and Type | Method and Description |
|---|---|
ResizableBuffer |
buffer()
\brief Return the buffer containing the file, if any.
|
Compression.type |
compression()
\brief Return the type of raw compression on the file, if any
|
FileSystem |
filesystem()
\brief Return the filesystem, if any.
|
OutputStreamResult |
Open()
\brief Get an OutputStream which wraps this file source
|
String |
path()
\brief Return the file path, if any.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic WritableFileSource(Pointer p)
Pointer.Pointer(Pointer).public WritableFileSource(@StdString String path, @SharedPtr FileSystem filesystem, Compression.type compression)
public WritableFileSource(@StdString String path, @SharedPtr FileSystem filesystem)
public WritableFileSource(@StdString BytePointer path, @SharedPtr FileSystem filesystem, @Cast(value="arrow::Compression::type") int compression)
public WritableFileSource(@StdString BytePointer path, @SharedPtr FileSystem filesystem)
public WritableFileSource(@SharedPtr @ByVal ResizableBuffer buffer, Compression.type compression)
public WritableFileSource(@SharedPtr @ByVal ResizableBuffer buffer)
public WritableFileSource(@SharedPtr @ByVal ResizableBuffer buffer, @Cast(value="arrow::Compression::type") int compression)
public Compression.type compression()
@StdString public String path()
@SharedPtr public FileSystem filesystem()
@Const @SharedPtr @ByRef public ResizableBuffer buffer()
@ByVal public OutputStreamResult Open()
Copyright © 2020. All rights reserved.