@Name(value="arrow::io::internal::InputStreamConcurrencyWrapper<arrow::io::BufferedInputStream>") @NoOffset @Properties(inherit=arrow.class) public class BufferedInputStreamConcurrencyWrapper extends InputStream
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BufferedInputStreamConcurrencyWrapper(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Abort()
\brief Close the stream abruptly
This method does not guarantee that any pending data is flushed.
|
Status |
Close()
\brief Close the stream cleanly
For writable streams, this will attempt to flush any pending data
before releasing the underlying resource.
|
StringViewResult |
Peek(long nbytes)
\brief Return zero-copy string_view to upcoming bytes.
|
BufferResult |
Read(long nbytes) |
LongResult |
Read(long nbytes,
Pointer out) |
LongResult |
Tell()
\brief Return the position in this stream
|
Advance, asReadable, asReadable, supports_zero_copyclosed, modeaddress, 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 BufferedInputStreamConcurrencyWrapper(Pointer p)
Pointer(Pointer).@ByVal public Status Close()
FileInterfaceClose in class FileInterface@ByVal public Status Abort()
FileInterfaceAbort in class FileInterface@ByVal public LongResult Tell()
FileInterfaceTell in class FileInterface@ByVal public LongResult Read(@Cast(value="int64_t") long nbytes, Pointer out)
@ByVal public BufferResult Read(@Cast(value="int64_t") long nbytes)
@ByVal public StringViewResult Peek(@Cast(value="int64_t") long nbytes)
InputStreamPeek in class InputStreamnbytes - [in] the maximum number of bytes to seeCopyright © 2021. All rights reserved.