コード例 #1
0
 public PackedStream_2(int style, byte[] data)
     : base(style, (Stream) new MemoryStream(data))
 {
     this.State            = (SerializeStateBase)null;
     this.m_10             = 0U;
     this.TransportVersion = (ushort)5;
 }
コード例 #2
0
 public PackedStream_2(int style, Stream stream)
     : base(style, stream)
 {
     this.State            = (SerializeStateBase)null;
     this.m_10             = 0U;
     this.TransportVersion = (ushort)5;
 }
コード例 #3
0
 public SerializeStateBase(PackedStream_2 stream, HeroTypes heroType)
 {
     this.HeroType = heroType;
     this.Next     = null;
     this.Stream   = stream;
     this.m_0C     = 0;
     this.Count    = 0;
     this.Next     = stream.State;
     stream.State  = this;
 }
コード例 #4
0
 public PackedStream_2(int style, byte[] data) : base(style, new MemoryStream(data))
 {
     this.State            = null;
     this.m_10             = 0;
     base.TransportVersion = 5;
 }
コード例 #5
0
 public PackedStream_2(int style, Stream stream) : base(style, stream)
 {
     this.State            = null;
     this.m_10             = 0;
     base.TransportVersion = 5;
 }