Show / Hide Table of Contents

Class FastResume

Inheritance
System.Object
FastResume
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 class FastResume

Properties

Bitfield

Declaration
public BitField Bitfield { get; }
Property Value
Type Description
BitField

Infohash

Declaration
public InfoHash Infohash { get; }
Property Value
Type Description
InfoHash

UnhashedPieces

Declaration
public BitField UnhashedPieces { get; }
Property Value
Type Description
BitField

Methods

Encode()

Declaration
public byte[] Encode()
Returns
Type Description
System.Byte[]

Encode(Stream)

Declaration
public void Encode(Stream s)
Parameters
Type Name Description
System.IO.Stream s

TryLoad(String, out FastResume)

Declaration
public static bool TryLoad(string fastResumeFilePath, out FastResume fastResume)
Parameters
Type Name Description
System.String fastResumeFilePath
FastResume fastResume
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX