C# 클래스 Fanx.Fcode.FBuf

FBuf stores a byte buffer (such as executable fcode, or line numbers).
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_buf byte[]
m_len int

공개 메소드들

메소드 설명
FBuf ( byte buf, int len ) : System
read ( FStore input ) : FBuf
u2 ( ) : int
utf ( ) : string

메소드 상세

FBuf() 공개 메소드

public FBuf ( byte buf, int len ) : System
buf byte
len int
리턴 System

read() 공개 정적인 메소드

public static read ( FStore input ) : FBuf
input FStore
리턴 FBuf

u2() 공개 메소드

public u2 ( ) : int
리턴 int

utf() 공개 메소드

public utf ( ) : string
리턴 string

프로퍼티 상세

m_buf 공개적으로 프로퍼티

public byte[] m_buf
리턴 byte[]

m_len 공개적으로 프로퍼티

public int m_len
리턴 int