C# Class Quickbeam.ByteAccess.FileByteAccessBuilder

Inheritance: IByteAccessBuilder
Afficher le fichier Open project: ChadSki/Quickbeam

Méthodes publiques

Méthode Description
CreateByteAccess ( int offset, int size ) : IByteAccess
FileByteAccessBuilder ( string filepath ) : System

Method Details

CreateByteAccess() public méthode

public CreateByteAccess ( int offset, int size ) : IByteAccess
offset int
size int
Résultat IByteAccess

FileByteAccessBuilder() public méthode

public FileByteAccessBuilder ( string filepath ) : System
filepath string
Résultat System