@Structure.FieldOrder(value={"ApiVersion","FileSizeBytes","MD5Hash","Filename","LastModifiedTime","UnencryptedDataSizeBytes"})
public class EOS_PlayerDataStorage_FileMetadata
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_PlayerDataStorage_FileMetadata.ByReference |
static class |
EOS_PlayerDataStorage_FileMetadata.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST. |
static int |
EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST
The most recent version of the EOS_PlayerDataStorage_FileMetadata API.
|
java.lang.String |
Filename
The file's name
|
int |
FileSizeBytes
The total size of the file in bytes (Includes file header in addition to file contents)
|
long |
LastModifiedTime
The POSIX timestamp when the file was saved last time or
EOS_Defines.EOS_PLAYERDATASTORAGE_TIME_UNDEFINED if the time is undefined. |
java.lang.String |
MD5Hash
The MD5 Hash of the entire file (including additional file header), in hex digits
|
int |
UnencryptedDataSizeBytes
The size of data (payload) in file in unencrypted (original) form.
|
| Constructor and Description |
|---|
EOS_PlayerDataStorage_FileMetadata() |
EOS_PlayerDataStorage_FileMetadata(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST
public int ApiVersion
EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST.public int FileSizeBytes
public java.lang.String MD5Hash
public java.lang.String Filename
public long LastModifiedTime
EOS_Defines.EOS_PLAYERDATASTORAGE_TIME_UNDEFINED if the time is undefined.
It will be undefined after a file is written and uploaded at first before a query operation is completed.public int UnencryptedDataSizeBytes