C# Class TorrentHardLinkHelper.BEncoding.RawReader

Inheritance: Stream
Mostrar archivo Open project: harrywong/torrenthardlinkhelper Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
PeekByte ( ) : int
RawReader ( Stream input ) : System
RawReader ( Stream input, bool strictDecoding ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Flush() public method

public Flush ( ) : void
return void

PeekByte() public method

public PeekByte ( ) : int
return int

RawReader() public method

public RawReader ( Stream input ) : System
input Stream
return System

RawReader() public method

public RawReader ( Stream input, bool strictDecoding ) : System
input Stream
strictDecoding bool
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void