class_Compressor.php

Go to the documentation of this file.
00001 <?php
00024 interface Compressor extends FrameworkInterface {
00032         function compressStream ($streamData);
00033 
00041         function decompressStream ($streamData);
00042 
00048         function getCompressorExtension ();
00049 }
00050 
00051 // [EOF]
00052 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6