Added docs on what this file is for.

This commit is contained in:
waterson%netscape.com 1999-01-05 05:38:45 +00:00
Родитель 67111c06a2
Коммит b4b39d7846
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,16 @@
* Reserved.
*/
/*
This is a test script that uses the <tt>nsStreamDataSource</tt>
class to read a file from the local file system (using a "file:"
URL) and write it back. The idea is that the RDF that gets written
out should be equivalent (but not necessarily identical) to the RDF
that was read in.
*/
#include <io.h>
#include "nsIContent.h"
#include "nsIInputStream.h"