C# 클래스 Ohana3DS_Transfigured.Ohana.FileIO

파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured 1 사용 예제들

공개 메소드들

메소드 설명
export ( fileType type, object data ) : void

Exports a file of a given type. Formats available to export will depend on the type of the data.

getExtension ( byte data, int startIndex ) : string
import ( fileType type ) : object

Imports a file of the given type. Returns data relative to the chosen type.

load ( Stream data ) : file
load ( string fileName ) : file

비공개 메소드들

메소드 설명
getMagic ( BinaryReader input, uint length ) : string
getMagic ( byte data, int length, int startIndex ) : string

메소드 상세

export() 공개 정적인 메소드

Exports a file of a given type. Formats available to export will depend on the type of the data.
public static export ( fileType type, object data ) : void
type fileType Type of the data to be exported
data object The data
리턴 void

getExtension() 공개 정적인 메소드

public static getExtension ( byte data, int startIndex ) : string
data byte
startIndex int
리턴 string

import() 공개 정적인 메소드

Imports a file of the given type. Returns data relative to the chosen type.
public static import ( fileType type ) : object
type fileType The type of the data
리턴 object

load() 공개 정적인 메소드

public static load ( Stream data ) : file
data Stream
리턴 file

load() 공개 정적인 메소드

public static load ( string fileName ) : file
fileName string
리턴 file