Exemplo n.º 1
0
 protected override ILoadJob <Empty> DoCreateFileDL(IAccessLocation location, IAccessLocation local)
 {
     return(WWWDL.GetFileDL(location, local));
 }
Exemplo n.º 2
0
 protected override ILoadJob <string> DoCreateTextLoad(IAccessLocation location)
 {
     return(WWWDL.GetTextFile(location));
 }
Exemplo n.º 3
0
 protected override ILoadJob <byte[]> DoCreateBytesLoad(IAccessLocation location)
 {
     return(WWWDL.GetBinaryFile(location));
 }