C# Class Support.SupportClass.BackInputStream

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: RHY3756547/FreeSO

Protected Properties

Свойство Type Description
buffer byte[]
position int

Méthodes publiques

Méthode 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 méthode

public BackInputStream ( System streamReader ) : System
streamReader System
Résultat System

BackInputStream() public méthode

public BackInputStream ( System streamReader, System size ) : System
streamReader System
size System
Résultat System

MarkSupported() public méthode

public MarkSupported ( ) : bool
Résultat bool

Move() public méthode

public Move ( byte array, int index, int count ) : void
array byte
index int
count int
Résultat void

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte array, int index, int count ) : int
array byte
index int
count int
Résultat int

UnRead() public méthode

public UnRead ( byte array ) : void
array byte
Résultat void

UnRead() public méthode

public UnRead ( byte array, int index, int count ) : void
array byte
index int
count int
Résultat void

UnRead() public méthode

public UnRead ( int i ) : void
i int
Résultat void

Property Details

buffer protected_oe property

protected byte[] buffer
Résultat byte[]

position protected_oe property

protected int position
Résultat int