C# Class Smeedee.Lib.Wp7FileIO

Inheritance: IFileIO
Show file Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
ReadAllBytes ( string fileName ) : byte[]
WriteAllBytes ( string fileName, byte bytes ) : void

Method Details

ReadAllBytes() public method

public ReadAllBytes ( string fileName ) : byte[]
fileName string
return byte[]

WriteAllBytes() public method

public WriteAllBytes ( string fileName, byte bytes ) : void
fileName string
bytes byte
return void