Пример #1
0
 protected virtual void ParseAmf(AmfData amf)
 {
     //this should be done in the derived classes
 }
Пример #2
0
 public AmfReader()
 {
     objectStack = new Stack <AmfObject>();
     amfData     = new AmfData();
 }
Пример #3
0
 protected virtual void ParseAmf(AmfData amf)
 {
     //this should be done in the derived classes
 }
Пример #4
0
 public AmfReader()
 {
     objectStack = new Stack<AmfObject>();
     amfData = new AmfData();
 }