Show / Hide Table of Contents

Class ByteBuffer

Inheritance
System.Object
ByteBuffer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public sealed class ByteBuffer

Constructors

ByteBuffer(Int32)

Declaration
public ByteBuffer(int size)
Parameters
Type Name Description
System.Int32 size

Properties

Data

Declaration
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
In This Article
Back to top Generated by DocFX