using System;
public class FileStreaming
{
public static int Main(string[] args)
{
string filename = args[0];
string outfilename = args[1];
fs.SetOutputFileName( outfilename );
byte[] buffer = new byte[ 8192 ];
uint len = (uint)buffer.Length;
if( !fs.StartGroupDataElement( pt, 1000, 1 )
|| !fs.AppendToGroupDataElement( pt, buffer, len )
|| !fs.AppendToGroupDataElement( pt, buffer, len )
|| !fs.StopGroupDataElement( pt ) )
{
System.Console.WriteLine( "Could not change private group" );
return 1;
}
return 0;
}
}