C# Class bigloo.buffer

Show file Open project: mbrock/bigloo-llvm

Public Properties

Property Type Description
buf byte[]
pos int

Public Methods

Method Description
ToString ( ) : String
add ( String s ) : void
add ( byte s ) : void
buffer ( int size ) : System

Private Methods

Method Description
blit ( byte s ) : void

Method Details

ToString() public method

public ToString ( ) : String
return String

add() public method

public add ( String s ) : void
s String
return void

add() public method

public add ( byte s ) : void
s byte
return void

buffer() public method

public buffer ( int size ) : System
size int
return System

Property Details

buf public property

public byte[] buf
return byte[]

pos public property

public int pos
return int