OctoTorrent.Client.Messages.Message.ReadByte C# (CSharp) Method

ReadByte() public static method

public static ReadByte ( byte buffer, int offset ) : byte
buffer byte
offset int
return byte
        public static byte ReadByte(byte[] buffer, int offset)
        {
            return buffer[offset];
        }