@Name(value="std::string") public static class tensorflow.StringArray extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringArray() |
StringArray(BytePointer s,
long count) |
StringArray(Pointer p) |
StringArray(String s) |
StringArray(tensorflow.StringArray p) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
data() |
int |
get(long pos) |
tensorflow.StringArray |
position(long position) |
tensorflow.StringArray |
put(long pos,
int c) |
tensorflow.StringArray |
put(String str) |
tensorflow.StringArray |
put(tensorflow.StringArray str) |
void |
resize(long n) |
long |
size() |
String |
toString() |
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, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringArray(Pointer p)
public StringArray()
public StringArray(tensorflow.StringArray p)
public StringArray(BytePointer s, long count)
public StringArray(String s)
@Name(value="operator=") @ByRef public tensorflow.StringArray put(@ByRef tensorflow.StringArray str)
@Name(value="operator=") @ByRef public tensorflow.StringArray put(String str)
public tensorflow.StringArray position(long position)
public tensorflow.StringArray put(@Cast(value="size_t") long pos, int c)
@Cast(value="const char*") public BytePointer data()
Copyright © 2019. All rights reserved.