@Namespace(value="dmlc::io") @NoOffset @Properties(inherit=tvm_runtime.class) public class FileInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FileInfo()
\brief default constructor
|
FileInfo(long size)
Native array allocator.
|
FileInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
getPointer(long i) |
URI |
path()
\brief full path to the file
|
FileInfo |
path(URI setter) |
FileInfo |
position(long position) |
long |
size()
\brief the size of the file
|
FileInfo |
size(long setter) |
tvm_runtime.FileType |
type()
\brief the type of the file
|
FileInfo |
type(tvm_runtime.FileType setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FileInfo(Pointer p)
Pointer(Pointer).public FileInfo(long size)
Pointer.position(long).public FileInfo()
public FileInfo getPointer(long i)
getPointer in class Pointerpublic FileInfo size(long setter)
public tvm_runtime.FileType type()
public FileInfo type(tvm_runtime.FileType setter)
Copyright © 2021. All rights reserved.