OutputStreamResult |
BufferedOutputStream.Detach()
\brief Flush any buffered writes and release the raw
OutputStream.
|
OutputStreamResult |
OutputStreamResult.getPointer(long i) |
static OutputStreamResult |
ArrowBuffer.GetWriter(ArrowBuffer arg0)
\brief Get a OutputStream for writing to a buffer
The buffer must be mutable.
|
OutputStreamResult |
SubTreeFileSystem.OpenAppendStream(BytePointer path) |
OutputStreamResult |
SlowFileSystem.OpenAppendStream(BytePointer path) |
OutputStreamResult |
MockFileSystem.OpenAppendStream(BytePointer path) |
OutputStreamResult |
LocalFileSystem.OpenAppendStream(BytePointer path) |
OutputStreamResult |
FileSystem.OpenAppendStream(BytePointer path) |
OutputStreamResult |
SubTreeFileSystem.OpenAppendStream(String path) |
OutputStreamResult |
SlowFileSystem.OpenAppendStream(String path) |
OutputStreamResult |
MockFileSystem.OpenAppendStream(String path) |
OutputStreamResult |
LocalFileSystem.OpenAppendStream(String path) |
OutputStreamResult |
FileSystem.OpenAppendStream(String path)
Open an output stream for appending.
|
OutputStreamResult |
SubTreeFileSystem.OpenOutputStream(BytePointer path) |
OutputStreamResult |
SlowFileSystem.OpenOutputStream(BytePointer path) |
OutputStreamResult |
MockFileSystem.OpenOutputStream(BytePointer path) |
OutputStreamResult |
LocalFileSystem.OpenOutputStream(BytePointer path) |
OutputStreamResult |
FileSystem.OpenOutputStream(BytePointer path) |
OutputStreamResult |
SubTreeFileSystem.OpenOutputStream(String path) |
OutputStreamResult |
SlowFileSystem.OpenOutputStream(String path) |
OutputStreamResult |
MockFileSystem.OpenOutputStream(String path) |
OutputStreamResult |
LocalFileSystem.OpenOutputStream(String path) |
OutputStreamResult |
FileSystem.OpenOutputStream(String path)
Open an output stream for sequential writing.
|
OutputStreamResult |
OutputStreamResult.position(long position) |
OutputStreamResult |
OutputStreamResult.put(OutputStreamResult other)
Copy-assignment operator.
|