Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVIODirEntry()
Default native constructor.
|
AVIODirEntry(int 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.
|
avformat.AVIODirEntry |
access_timestamp(long access_timestamp) |
long |
filemode()
Unix file mode, -1 if unknown.
|
avformat.AVIODirEntry |
filemode(long filemode) |
long |
group_id()
Group ID of owner, -1 if unknown.
|
avformat.AVIODirEntry |
group_id(long group_id) |
long |
modification_timestamp()
Time of last modification in microseconds since unix
epoch, -1 if unknown.
|
avformat.AVIODirEntry |
modification_timestamp(long modification_timestamp) |
BytePointer |
name()
Filename
|
avformat.AVIODirEntry |
name(BytePointer name) |
avformat.AVIODirEntry |
position(int position) |
long |
size()
File size in bytes, -1 if unknown.
|
avformat.AVIODirEntry |
size(long size) |
long |
status_change_timestamp()
Time of last status change in microseconds since unix
epoch, -1 if unknown.
|
avformat.AVIODirEntry |
status_change_timestamp(long status_change_timestamp) |
int |
type()
Type of the entry
|
avformat.AVIODirEntry |
type(int type) |
long |
user_id()
User ID of owner, -1 if unknown.
|
avformat.AVIODirEntry |
user_id(long user_id) |
int |
utf8()
Set to 1 when name is encoded with UTF-8, 0 otherwise.
|
avformat.AVIODirEntry |
utf8(int utf8) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVIODirEntry()
public AVIODirEntry(int size)
Pointer.position(int).public AVIODirEntry(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVIODirEntry position(int position)
@Cast(value="char*") public BytePointer name()
public avformat.AVIODirEntry name(BytePointer name)
public int type()
public avformat.AVIODirEntry type(int type)
public int utf8()
public avformat.AVIODirEntry utf8(int utf8)
public long size()
public avformat.AVIODirEntry size(long size)
public long modification_timestamp()
public avformat.AVIODirEntry modification_timestamp(long modification_timestamp)
public long access_timestamp()
public avformat.AVIODirEntry access_timestamp(long access_timestamp)
public long status_change_timestamp()
public avformat.AVIODirEntry status_change_timestamp(long status_change_timestamp)
public long user_id()
public avformat.AVIODirEntry user_id(long user_id)
public long group_id()
public avformat.AVIODirEntry group_id(long group_id)
public long filemode()
public avformat.AVIODirEntry filemode(long filemode)
Copyright © 2015. All Rights Reserved.