@Namespace(value="arrow::io") @NoOffset @Properties(inherit=arrow.class) public class CompressedInputStream extends CompressedInputStreamConcurrencyWrapper
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CompressedInputStream(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
closed()
\brief Return whether the stream is closed
|
static CompressedInputStreamResult |
Make(Codec codec,
InputStream raw) |
static CompressedInputStreamResult |
Make(Codec codec,
InputStream raw,
MemoryPool pool)
\brief Create a compressed input stream wrapping the given input stream.
|
InputStream |
raw()
\brief Return the underlying raw input stream.
|
Abort, Close, Peek, Read, Read, TellAdvance, asReadable, asReadable, supports_zero_copymodeaddress, 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CompressedInputStream(Pointer p)
Pointer(Pointer).@ByVal public static CompressedInputStreamResult Make(Codec codec, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::InputStream>"}) InputStream raw, MemoryPool pool)
@ByVal public static CompressedInputStreamResult Make(Codec codec, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::InputStream>"}) InputStream raw)
@Cast(value="bool") public boolean closed()
FileInterfaceclosed in class FileInterface@SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::InputStream>"}) public InputStream raw()
Copyright © 2021. All rights reserved.