C# Class Support.SupportClass.BackInputStream

Inheritance: System.IO.BinaryReader
Exibir arquivo Open project: RHY3756547/FreeSO

Protected Properties

Property Type Description
buffer byte[]
position int

Public Methods

Method Description
BackInputStream ( System streamReader ) : System
BackInputStream ( System streamReader, System size ) : System
MarkSupported ( ) : bool
Move ( byte array, int index, int count ) : void
Read ( ) : int
Read ( byte array, int index, int count ) : int
UnRead ( byte array ) : void
UnRead ( byte array, int index, int count ) : void
UnRead ( int i ) : void

Method Details

BackInputStream() public method

public BackInputStream ( System streamReader ) : System
streamReader System
return System

BackInputStream() public method

public BackInputStream ( System streamReader, System size ) : System
streamReader System
size System
return System

MarkSupported() public method

public MarkSupported ( ) : bool
return bool

Move() public method

public Move ( byte array, int index, int count ) : void
array byte
index int
count int
return void

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( byte array, int index, int count ) : int
array byte
index int
count int
return int

UnRead() public method

public UnRead ( byte array ) : void
array byte
return void

UnRead() public method

public UnRead ( byte array, int index, int count ) : void
array byte
index int
count int
return void

UnRead() public method

public UnRead ( int i ) : void
i int
return void

Property Details

buffer protected_oe property

protected byte[] buffer
return byte[]

position protected_oe property

protected int position
return int