C# 클래스 Jillzhang.GifUtility.StreamHelper

파일 보기 프로젝트 열기: nathanaeljones/GifLib 1 사용 예제들

비공개 메소드들

메소드 설명
GetApplicationEx ( Stream stream ) : ApplicationEx

从文件流中读取应用程序扩展块

GetCommentEx ( Stream stream ) : CommentEx
GetGraphicControlExtension ( Stream stream ) : GraphicEx

从文件数据流中读取图形控制扩展(Graphic Control Extension)

GetImageDescriptor ( Stream stream ) : ImageDescriptor

从文件数据流中读取 图象标识符(Image Descriptor)

GetLCD ( Stream stream ) : LogicalScreenDescriptor

从文件数据流中读取图形控制扩展(Graphic Control Extension)

GetPlainTextEx ( Stream stream ) : PlainTextEx

从文件数据流中读取图形文本扩展(Plain Text Extension)

Read ( ) : int

读取一个字节

ReadByte ( int len ) : byte[]
ReadChar ( int length ) : char[]
ReadShort ( ) : short
ReadString ( int length ) : string
SetApplicationExtensions ( List applications ) : void

写入应用程序展集合

SetCommentExtensions ( List comments ) : void

写入注释扩展集合

SetGlobalColorTable ( byte buffer ) : void

写全局颜色表

StreamHelper ( Stream stream ) : System
WriteBytes ( byte buffer ) : void
WriteHeader ( string header ) : void

写文件头

WriteLSD ( LogicalScreenDescriptor lsd ) : void

写逻辑屏幕标识符

WriteString ( string str ) : void