@Structure.FieldOrder(value={"ApiVersion","FileSizeBytes","MD5Hash","Filename","UnencryptedDataSizeBytes"})
public class EOS_TitleStorage_FileMetadata
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_TitleStorage_FileMetadata.ByReference |
static class |
EOS_TitleStorage_FileMetadata.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to EOS_TITLESTORAGE_FILEMETADATA_API_LATEST.
|
static int |
EOS_TITLESTORAGE_FILEMETADATA_API_LATEST
The most recent version of the EOS_TitleStorage_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).
|
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_TitleStorage_FileMetadata() |
EOS_TitleStorage_FileMetadata(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Free the memory used by the file metadata
|
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_TITLESTORAGE_FILEMETADATA_API_LATEST
public int ApiVersion
public int FileSizeBytes
public java.lang.String MD5Hash
public java.lang.String Filename
public int UnencryptedDataSizeBytes