lunes, 28 de mayo de 2012

memory file, fichero en memioria

Como crear un fichero en la memoria
How to make a file in memory 

 byte[] bin = new byte[1024*1000];
System.IO.MemoryStream men = new System.IO.MemoryStream(bin);

men it's a file to write o read

No hay comentarios:

Publicar un comentario