@Namespace(value="tensorflow") public static class tensorflow.WritableFile extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
WritableFile(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
Append(BytePointer data)
\brief Append 'data' to the file.
|
tensorflow.Status |
Append(String data) |
tensorflow.Status |
Close()
\brief Close the file.
|
tensorflow.Status |
Flush()
\brief Flushes the file and optionally syncs contents to filesystem.
|
tensorflow.Status |
Sync()
\brief Syncs contents of file to filesystem.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic WritableFile(Pointer p)
Pointer.Pointer(Pointer).@ByVal public tensorflow.Status Append(@tensorflow.StringPiece BytePointer data)
@ByVal public tensorflow.Status Append(@tensorflow.StringPiece String data)
@ByVal public tensorflow.Status Close()
@ByVal public tensorflow.Status Flush()
@ByVal public tensorflow.Status Sync()
Copyright © 2019. All rights reserved.