CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriFsConfig Class Reference

Parameters for initializing CRI File System More...

Public Attributes

const int defaultAndroidDeviceReadBitrate = 50000000
 
int numberOfLoaders = 16
 
int numberOfBinders = 8
 
int numberOfInstallers = 2
 
int installBufferSize = CriFsPlugin.defaultInstallBufferSize / 1024
 
int maxPath = 256
 
string userAgentString = ""
 
bool minimizeFileDescriptorUsage = false
 
bool enableCrcCheck = false
 
int androidDeviceReadBitrate = defaultAndroidDeviceReadBitrate
 

Detailed Description

Parameters for initializing CRI File System

Member Data Documentation

const int defaultAndroidDeviceReadBitrate = 50000000

Default reading performance of the device (bps)

int numberOfLoaders = 16

Number of the loaders

int numberOfBinders = 8

Number of binders

int numberOfInstallers = 2

Number of installers

int installBufferSize = CriFsPlugin.defaultInstallBufferSize / 1024

Install buffer size

int maxPath = 256

Maximum length of the path

string userAgentString = ""

User agent string

bool minimizeFileDescriptorUsage = false

Flag of the file descriptor saving mode

bool enableCrcCheck = false

Whether to do CRC check on the CPK file

int androidDeviceReadBitrate = defaultAndroidDeviceReadBitrate

[Android] Device reading performance (bps)


The documentation for this class was generated from the following file: