@Namespace(value="tensorflow::io") public static class tensorflow.InputStreamInterface extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
InputStreamInterface(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
ReadNBytes(long bytes_to_read,
BytePointer result) |
tensorflow.Status |
Reset() |
tensorflow.Status |
SkipNBytes(long bytes_to_skip) |
long |
Tell() |
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 InputStreamInterface(Pointer p)
Pointer.Pointer(Pointer).@ByVal public tensorflow.Status ReadNBytes(@Cast(value="tensorflow::int64") long bytes_to_read, @StdString @Cast(value={"char*","std::string*"}) BytePointer result)
@ByVal public tensorflow.Status SkipNBytes(@Cast(value="tensorflow::int64") long bytes_to_skip)
@ByVal public tensorflow.Status Reset()
Copyright © 2019. All rights reserved.