C# Класс Support.SupportClass.BackInputStream

Наследование: System.IO.BinaryReader
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
buffer byte[]
position int

Открытые методы

Метод Описание
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

Описание методов

BackInputStream() публичный Метод

public BackInputStream ( System streamReader ) : System
streamReader System
Результат System

BackInputStream() публичный Метод

public BackInputStream ( System streamReader, System size ) : System
streamReader System
size System
Результат System

MarkSupported() публичный Метод

public MarkSupported ( ) : bool
Результат bool

Move() публичный Метод

public Move ( byte array, int index, int count ) : void
array byte
index int
count int
Результат void

Read() публичный Метод

public Read ( ) : int
Результат int

Read() публичный Метод

public Read ( byte array, int index, int count ) : int
array byte
index int
count int
Результат int

UnRead() публичный Метод

public UnRead ( byte array ) : void
array byte
Результат void

UnRead() публичный Метод

public UnRead ( byte array, int index, int count ) : void
array byte
index int
count int
Результат void

UnRead() публичный Метод

public UnRead ( int i ) : void
i int
Результат void

Описание свойств

buffer защищенное свойство

protected byte[] buffer
Результат byte[]

position защищенное свойство

protected int position
Результат int