@Namespace(value="dmlc::io") @NoOffset @Properties(inherit=tvm_runtime.class) public class URI extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
URI()
\brief enable default constructor
|
URI(BytePointer uri)
\brief construct from URI string
|
URI(long size)
Native array allocator.
|
URI(Pointer p)
Pointer cast constructor.
|
URI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getPointer(long i) |
BytePointer |
host()
\brief host name, namenode for HDFS, bucket name for s3
|
URI |
host(BytePointer setter) |
BytePointer |
name()
\brief name of the path
|
URI |
name(BytePointer setter) |
URI |
position(long position) |
BytePointer |
protocol()
\brief protocol
|
URI |
protocol(BytePointer setter) |
BytePointer |
str()
\brief string representation
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic URI(Pointer p)
Pointer(Pointer).public URI(long size)
Pointer.position(long).public URI()
public URI(@Cast(value="const char*") BytePointer uri)
public URI(String uri)
public URI getPointer(long i)
getPointer in class Pointer@StdString public BytePointer protocol()
public URI protocol(BytePointer setter)
@StdString public BytePointer host()
public URI host(BytePointer setter)
@StdString public BytePointer name()
public URI name(BytePointer setter)
@StdString public BytePointer str()
Copyright © 2024. All rights reserved.