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

ReadBytes() public static method

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