C# 클래스 FluxJpeg.Core.IO.JPEGBinaryReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
eob_run int

보호된 프로퍼티들

프로퍼티 타입 설명
_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