@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 Status |
Make(Codec codec,
InputStream raw,
CompressedInputStream out)
Deprecated.
|
static CompressedInputStreamResult |
Make(Codec codec,
InputStream raw,
MemoryPool pool)
\brief Create a compressed input stream wrapping the given input stream.
|
static Status |
Make(MemoryPool pool,
Codec codec,
InputStream raw,
CompressedInputStream out)
Deprecated.
|
InputStream |
raw()
\brief Return the underlying raw input stream.
|
Abort, Close, Peek, Read, Read, TellAdvance, asReadable, asReadable, supports_zero_copymode, Tell, Tell, Telladdress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CompressedInputStream(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static CompressedInputStreamResult Make(Codec codec, @SharedPtr InputStream raw, MemoryPool pool)
@ByVal public static CompressedInputStreamResult Make(Codec codec, @SharedPtr InputStream raw)
@Deprecated @ByVal public static Status Make(Codec codec, @SharedPtr InputStream raw, @SharedPtr CompressedInputStream out)
@Deprecated @ByVal public static Status Make(MemoryPool pool, Codec codec, @SharedPtr InputStream raw, @SharedPtr CompressedInputStream out)
@Cast(value="bool") public boolean closed()
FileInterfaceclosed in class FileInterface@SharedPtr public InputStream raw()
Copyright © 2020. All rights reserved.