SWFInput : SWFBlock
SWFInput SWFInput(string filename);
SWFInput SWFInput(string buffer, int length);
SWFInput SWFInput(string buffer, int length, bool alloced);
Create a new SWFInput object.
int length();
length.
void rewind();
rewind.
int tell();
tell.
void seek(long offset, int whence);
seek.
int eof();
eof.