C# Класс FluxJpeg.Core.IO.JPEGBinaryReader

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

Открытые свойства

Свойство Тип Описание
eob_run int

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

Свойство Тип Описание
_bitsLeft int

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

Метод Описание
GetNextMarker ( ) : byte

Seeks through the stream until a marker is found.

JPEGBinaryReader ( Stream input ) : System
ReadBits ( int n ) : int

Places n bits from the stream, where the most-significant bits from the first byte read end up as the most-significant of the returned n bits.

Защищенные методы

Метод Описание
ReadJpegByte ( ) : byte

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

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

Seeks through the stream until a marker is found.
public GetNextMarker ( ) : byte
Результат byte

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

public JPEGBinaryReader ( Stream input ) : System
input Stream
Результат System

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

Places n bits from the stream, where the most-significant bits from the first byte read end up as the most-significant of the returned n bits.
public ReadBits ( int n ) : int
n int Number of bits to return
Результат int

ReadJpegByte() защищенный Метод

protected ReadJpegByte ( ) : byte
Результат byte

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

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

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

eob_run публичное свойство

public int eob_run
Результат int