@Namespace(value="arrow::io") @NoOffset @Properties(inherit=arrow.class) public class HdfsOutputStream extends OutputStream
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HdfsOutputStream(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Close()
\brief Close the stream cleanly
For writable streams, this will attempt to flush any pending data
before releasing the underlying resource.
|
boolean |
closed()
\brief Return whether the stream is closed
|
Status |
Flush() |
LongResult |
Tell()
\brief Return the position in this stream
|
Status |
Write(Pointer buffer,
long nbytes) |
Status |
Write(Pointer buffer,
long nbytes,
long[] bytes_written) |
Status |
Write(Pointer buffer,
long nbytes,
LongBuffer bytes_written) |
Status |
Write(Pointer buffer,
long nbytes,
LongPointer bytes_written) |
asWritable, asWritableAbort, 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 HdfsOutputStream(Pointer p)
Pointer(Pointer).@ByVal public Status Close()
FileInterfaceClose in class FileInterface@Cast(value="bool") public boolean closed()
FileInterfaceclosed in class FileInterface@ByVal public Status Write(@Const Pointer buffer, @Cast(value="int64_t") long nbytes, @Cast(value="int64_t*") LongPointer bytes_written)
@ByVal public Status Write(@Const Pointer buffer, @Cast(value="int64_t") long nbytes, @Cast(value="int64_t*") LongBuffer bytes_written)
@ByVal public Status Write(@Const Pointer buffer, @Cast(value="int64_t") long nbytes, @Cast(value="int64_t*") long[] bytes_written)
@ByVal public LongResult Tell()
FileInterfaceTell in class FileInterfaceCopyright © 2021. All rights reserved.