C# 클래스 ScreenToGif.ImageUtil.Decoder.GifHelpers

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

공개 메소드들

메소드 설명
GetRepeatCount ( GifApplicationExtension ext ) : ushort
InvalidBlockSizeException ( string blockName, int expectedBlockSize, int actualBlockSize ) : Exception
InvalidSignatureException ( string signature ) : Exception
IsNetscapeExtension ( GifApplicationExtension ext ) : bool
ReadAll ( this stream, byte buffer, int offset, int count ) : void
ReadColorTable ( Stream stream, int size ) : ScreenToGif.ImageUtil.Decoder.GifColor[]
ReadDataBlocks ( Stream stream, bool discard ) : byte[]
ReadString ( Stream stream, int length ) : string
UnexpectedEndOfStreamException ( ) : Exception
UnknownBlockTypeException ( int blockId ) : Exception
UnknownExtensionTypeException ( int extensionLabel ) : Exception
UnsupportedVersionException ( string version ) : Exception

메소드 상세

GetRepeatCount() 공개 정적인 메소드

public static GetRepeatCount ( GifApplicationExtension ext ) : ushort
ext GifApplicationExtension
리턴 ushort

InvalidBlockSizeException() 공개 정적인 메소드

public static InvalidBlockSizeException ( string blockName, int expectedBlockSize, int actualBlockSize ) : Exception
blockName string
expectedBlockSize int
actualBlockSize int
리턴 System.Exception

InvalidSignatureException() 공개 정적인 메소드

public static InvalidSignatureException ( string signature ) : Exception
signature string
리턴 System.Exception

IsNetscapeExtension() 공개 정적인 메소드

public static IsNetscapeExtension ( GifApplicationExtension ext ) : bool
ext GifApplicationExtension
리턴 bool

ReadAll() 공개 정적인 메소드

public static ReadAll ( this stream, byte buffer, int offset, int count ) : void
stream this
buffer byte
offset int
count int
리턴 void

ReadColorTable() 공개 정적인 메소드

public static ReadColorTable ( Stream stream, int size ) : ScreenToGif.ImageUtil.Decoder.GifColor[]
stream Stream
size int
리턴 ScreenToGif.ImageUtil.Decoder.GifColor[]

ReadDataBlocks() 공개 정적인 메소드

public static ReadDataBlocks ( Stream stream, bool discard ) : byte[]
stream Stream
discard bool
리턴 byte[]

ReadString() 공개 정적인 메소드

public static ReadString ( Stream stream, int length ) : string
stream Stream
length int
리턴 string

UnexpectedEndOfStreamException() 공개 정적인 메소드

public static UnexpectedEndOfStreamException ( ) : Exception
리턴 System.Exception

UnknownBlockTypeException() 공개 정적인 메소드

public static UnknownBlockTypeException ( int blockId ) : Exception
blockId int
리턴 System.Exception

UnknownExtensionTypeException() 공개 정적인 메소드

public static UnknownExtensionTypeException ( int extensionLabel ) : Exception
extensionLabel int
리턴 System.Exception

UnsupportedVersionException() 공개 정적인 메소드

public static UnsupportedVersionException ( string version ) : Exception
version string
리턴 System.Exception