@Properties(inherit=avformat.class) public class AVIODirEntry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVIODirEntry()
Default native constructor.
|
AVIODirEntry(long size)
Native array allocator.
|
AVIODirEntry(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
access_timestamp()
Time of last access in microseconds since unix epoch,
-1 if unknown.
|
AVIODirEntry |
access_timestamp(long setter) |
long |
filemode()
Unix file mode, -1 if unknown.
|
AVIODirEntry |
filemode(long setter) |
AVIODirEntry |
getPointer(long i) |
long |
group_id()
Group ID of owner, -1 if unknown.
|
AVIODirEntry |
group_id(long setter) |
long |
modification_timestamp()
Time of last modification in microseconds since unix
epoch, -1 if unknown.
|
AVIODirEntry |
modification_timestamp(long setter) |
BytePointer |
name()
Filename
|
AVIODirEntry |
name(BytePointer setter) |
AVIODirEntry |
position(long position) |
long |
size()
File size in bytes, -1 if unknown.
|
AVIODirEntry |
size(long setter) |
long |
status_change_timestamp()
Time of last status change in microseconds since unix
epoch, -1 if unknown.
|
AVIODirEntry |
status_change_timestamp(long setter) |
int |
type()
Type of the entry
|
AVIODirEntry |
type(int setter) |
long |
user_id()
User ID of owner, -1 if unknown.
|
AVIODirEntry |
user_id(long setter) |
int |
utf8()
Set to 1 when name is encoded with UTF-8, 0 otherwise.
|
AVIODirEntry |
utf8(int setter) |
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, zero
public AVIODirEntry()
public AVIODirEntry(long size)
Pointer.position(long)
.public AVIODirEntry(Pointer p)
Pointer(Pointer)
.public AVIODirEntry position(long position)
public AVIODirEntry getPointer(long i)
getPointer
in class Pointer
@Cast(value="char*") public BytePointer name()
public AVIODirEntry name(BytePointer setter)
public int type()
public AVIODirEntry type(int setter)
public int utf8()
public AVIODirEntry utf8(int setter)
public AVIODirEntry size(long setter)
@Cast(value="int64_t") public long modification_timestamp()
public AVIODirEntry modification_timestamp(long setter)
@Cast(value="int64_t") public long access_timestamp()
public AVIODirEntry access_timestamp(long setter)
@Cast(value="int64_t") public long status_change_timestamp()
public AVIODirEntry status_change_timestamp(long setter)
public AVIODirEntry user_id(long setter)
public AVIODirEntry group_id(long setter)
public AVIODirEntry filemode(long setter)
Copyright © 2022. All rights reserved.