C# Class StatePrinting.TestAssistance.FileRepository

ファイルを表示 Open project: kbilsted/StatePrinter

Public Methods

Method Description
Read ( string path ) : byte[]
Write ( string path, byte content ) : void

Method Details

Read() public method

public Read ( string path ) : byte[]
path string
return byte[]

Write() public method

public Write ( string path, byte content ) : void
path string
content byte
return void