OctoTorrent.Client.Messages.MessageBundle.Decode C# (CSharp) Method

Decode() public method

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void
        public override void Decode(byte[] buffer, int offset, int length)
        {
            throw new InvalidOperationException();
        }