C# 클래스 Buffer, PetriNets

상속: MonoBehaviour
파일 보기 프로젝트 열기: aabs/PetriNets 1 사용 예제들

공개 메소드들

메소드 설명
Buffer ( Stream, s, bool isUserStream ) : System
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int

보호된 메소드들

메소드 설명
Buffer ( Buffer, b ) : System
Close ( ) : void

비공개 메소드들

메소드 설명
ReadNextStreamChunk ( ) : int

메소드 상세

Buffer() 보호된 메소드

protected Buffer ( Buffer, b ) : System
b Buffer,
리턴 System

Buffer() 공개 메소드

public Buffer ( Stream, s, bool isUserStream ) : System
s Stream,
isUserStream bool
리턴 System

Close() 보호된 메소드

protected Close ( ) : void
리턴 void

GetString() 공개 메소드

public GetString ( int beg, int end ) : string
beg int
end int
리턴 string

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int