C# 클래스 Engine.Objects.RawFileInstance

상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Radnen/sphere-sfml

공개 메소드들

메소드 설명
RawFileInstance ( ScriptEngine parent, string filename, bool writeable ) : System

비공개 메소드들

메소드 설명
Close ( ) : void
GetPosition ( ) : int
GetSize ( ) : int
Read ( int count ) : ByteArrayInstance
SetPosition ( int pos ) : void
ToString ( ) : string
Write ( ByteArrayInstance array ) : void

메소드 상세

RawFileInstance() 공개 메소드

public RawFileInstance ( ScriptEngine parent, string filename, bool writeable ) : System
parent ScriptEngine
filename string
writeable bool
리턴 System