C# Class Fanx.Fcode.FBuf

FBuf stores a byte buffer (such as executable fcode, or line numbers).
Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_buf byte[]
m_len int

Public Methods

Method Description
FBuf ( byte buf, int len ) : System
read ( FStore input ) : FBuf
u2 ( ) : int
utf ( ) : string

Method Details

FBuf() public method

public FBuf ( byte buf, int len ) : System
buf byte
len int
return System

read() public static method

public static read ( FStore input ) : FBuf
input FStore
return FBuf

u2() public method

public u2 ( ) : int
return int

utf() public method

public utf ( ) : string
return string

Property Details

m_buf public_oe property

public byte[] m_buf
return byte[]

m_len public_oe property

public int m_len
return int