C# 클래스 FSO.Client.GameContent.BlobCache

Creates a binary file which contains several other non compressed files, The file format is: [fileID],[fileLength],[fileData]
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
AddFile ( ulong id, byte data ) : void
BlobCache ( string filePath ) : System
Flush ( ) : void
ReadAll ( ) : byte[]>.Dictionary
StartWrite ( ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( ulong id, byte data ) : void
id ulong
data byte
리턴 void

BlobCache() 공개 메소드

public BlobCache ( string filePath ) : System
filePath string
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

ReadAll() 공개 메소드

public ReadAll ( ) : byte[]>.Dictionary
리턴 byte[]>.Dictionary

StartWrite() 공개 메소드

public StartWrite ( ) : void
리턴 void