C# Class Quickbeam.ByteAccess.FileByteAccessBuilder

Inheritance: IByteAccessBuilder
显示文件 Open project: ChadSki/Quickbeam

Public Methods

Method Description
CreateByteAccess ( int offset, int size ) : IByteAccess
FileByteAccessBuilder ( string filepath ) : System

Method Details

CreateByteAccess() public method

public CreateByteAccess ( int offset, int size ) : IByteAccess
offset int
size int
return IByteAccess

FileByteAccessBuilder() public method

public FileByteAccessBuilder ( string filepath ) : System
filepath string
return System