Method | Description | |
---|---|---|
GetRepeatCount ( |
||
InvalidBlockSizeException ( string blockName, int expectedBlockSize, int actualBlockSize ) : |
||
InvalidSignatureException ( string signature ) : |
||
IsNetscapeExtension ( |
||
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 ( ) : |
||
UnknownBlockTypeException ( int blockId ) : |
||
UnknownExtensionTypeException ( int extensionLabel ) : |
||
UnsupportedVersionException ( string version ) : |
public static GetRepeatCount ( |
||
ext | ||
return | ushort |
public static InvalidBlockSizeException ( string blockName, int expectedBlockSize, int actualBlockSize ) : |
||
blockName | string | |
expectedBlockSize | int | |
actualBlockSize | int | |
return |
public static InvalidSignatureException ( string signature ) : |
||
signature | string | |
return |
public static IsNetscapeExtension ( |
||
ext | ||
return | bool |
public static ReadAll ( this stream, byte buffer, int offset, int count ) : void | ||
stream | this | |
buffer | byte | |
offset | int | |
count | int | |
return | void |
public static ReadColorTable ( Stream stream, int size ) : ScreenToGif.ImageUtil.Decoder.GifColor[] | ||
stream | Stream | |
size | int | |
return | ScreenToGif.ImageUtil.Decoder.GifColor[] |
public static ReadDataBlocks ( Stream stream, bool discard ) : byte[] | ||
stream | Stream | |
discard | bool | |
return | byte[] |
public static ReadString ( Stream stream, int length ) : string | ||
stream | Stream | |
length | int | |
return | string |
public static UnexpectedEndOfStreamException ( ) : |
||
return |
public static UnknownBlockTypeException ( int blockId ) : |
||
blockId | int | |
return |
public static UnknownExtensionTypeException ( int extensionLabel ) : |
||
extensionLabel | int | |
return |
public static UnsupportedVersionException ( string version ) : |
||
version | string | |
return |