c2ephp

support/IReader.php

Go to the documentation of this file.
00001 <?php
00002 
00004 
00012 interface IReader {
00014 
00017     public function ReadInt($length);
00018 
00020 
00023     public function Read($length);
00024 
00026 
00034     public function GetSubString($start,$length=FALSE);
00036 
00039     public function GetPosition();
00041 
00044     public function Seek($position); 
00046     public function Skip($count);
00048 
00052     public function ReadCString(); //read a string of unknown length until the first NUL
00053 }
00054 ?>
 All Classes Files Functions Variables Enumerations