Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
ResourceLibrary.Tools Class Reference

Static Public Member Functions

static String CombinePath (IEnumerable< String > path)
 
static void CopyTo (this Stream from, Stream dest, byte[] buffer=null)
 
static void CopyTo (this Stream from, Stream dest, int length, byte[] buffer=null)
 

Member Function Documentation

static String ResourceLibrary.Tools.CombinePath ( IEnumerable< String >  path)
inlinestatic
static void ResourceLibrary.Tools.CopyTo ( this Stream  from,
Stream  dest,
byte[]  buffer = null 
)
inlinestatic
static void ResourceLibrary.Tools.CopyTo ( this Stream  from,
Stream  dest,
int  length,
byte[]  buffer = null 
)
inlinestatic