C# Class bigloo.buffer

Afficher le fichier Open project: mbrock/bigloo-llvm

Méthodes publiques

Свойство Type Description
buf byte[]
pos int

Méthodes publiques

Méthode Description
ToString ( ) : String
add ( String s ) : void
add ( byte s ) : void
buffer ( int size ) : System

Private Methods

Méthode Description
blit ( byte s ) : void

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

add() public méthode

public add ( String s ) : void
s String
Résultat void

add() public méthode

public add ( byte s ) : void
s byte
Résultat void

buffer() public méthode

public buffer ( int size ) : System
size int
Résultat System

Property Details

buf public_oe property

public byte[] buf
Résultat byte[]

pos public_oe property

public int pos
Résultat int