C# 클래스 EasyBike.Droid.Helpers.GifDecoder

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

공개 프로퍼티들

프로퍼티 타입 설명
STATUS_FORMAT_ERROR int
STATUS_OK int
STATUS_OPEN_ERROR int
previousImage Android.Graphics.Bitmap

보호된 프로퍼티들

프로퍼티 타입 설명
MAX_STACK_SIZE int
act int[]
bgColor int
bgIndex int
block byte[]
blockSize int
frameCount int
framePointer int
gct int[]
gctFlag bool
gctSize int
height int
lctFlag bool
lctSize int
loopCount int
mainPixels byte[]
mainScratch int[]
pixelAspect int
pixelStack byte[]
prefix short[]
rawData ByteBuffer
status int
suffix byte[]
width int

공개 메소드들

메소드 설명
advance ( ) : void
getCurrentFrameIndex ( ) : int
getDelay ( int n ) : int
getFrameCount ( ) : int
getLoopCount ( ) : int
getNextDelay ( ) : int
getNextFrame ( ) : Android.Graphics.Bitmap
read ( InputStream inputStream, int contentLength ) : int
read ( byte data ) : int

보호된 메소드들

메소드 설명
err ( ) : bool
init ( ) : void
read ( ) : int
readBitmap ( ) : void
readBlock ( ) : int
readColorTable ( int ncolors ) : int[]
readContents ( ) : void
readGraphicControlExt ( ) : void
readHeader ( ) : void
readLSD ( ) : void
readNetscapeExt ( ) : void
readShort ( ) : int
setPixels ( int frameIndex ) : void
skip ( ) : void

비공개 메소드들

메소드 설명
decodeBitmapData ( GifFrame frame, byte dstPixels ) : void

메소드 상세

advance() 공개 메소드

public advance ( ) : void
리턴 void

err() 보호된 메소드

protected err ( ) : bool
리턴 bool

getCurrentFrameIndex() 공개 메소드

public getCurrentFrameIndex ( ) : int
리턴 int

getDelay() 공개 메소드

public getDelay ( int n ) : int
n int
리턴 int

getFrameCount() 공개 메소드

public getFrameCount ( ) : int
리턴 int

getLoopCount() 공개 메소드

public getLoopCount ( ) : int
리턴 int

getNextDelay() 공개 메소드

public getNextDelay ( ) : int
리턴 int

getNextFrame() 공개 메소드

public getNextFrame ( ) : Android.Graphics.Bitmap
리턴 Android.Graphics.Bitmap

init() 보호된 메소드

protected init ( ) : void
리턴 void

read() 보호된 메소드

protected read ( ) : int
리턴 int

read() 공개 메소드

public read ( InputStream inputStream, int contentLength ) : int
inputStream InputStream
contentLength int
리턴 int

read() 공개 메소드

public read ( byte data ) : int
data byte
리턴 int

readBitmap() 보호된 메소드

protected readBitmap ( ) : void
리턴 void

readBlock() 보호된 메소드

protected readBlock ( ) : int
리턴 int

readColorTable() 보호된 메소드

protected readColorTable ( int ncolors ) : int[]
ncolors int
리턴 int[]

readContents() 보호된 메소드

protected readContents ( ) : void
리턴 void

readGraphicControlExt() 보호된 메소드

protected readGraphicControlExt ( ) : void
리턴 void

readHeader() 보호된 메소드

protected readHeader ( ) : void
리턴 void

readLSD() 보호된 메소드

protected readLSD ( ) : void
리턴 void

readNetscapeExt() 보호된 메소드

protected readNetscapeExt ( ) : void
리턴 void

readShort() 보호된 메소드

protected readShort ( ) : int
리턴 int

setPixels() 보호된 메소드

protected setPixels ( int frameIndex ) : void
frameIndex int
리턴 void

skip() 보호된 메소드

protected skip ( ) : void
리턴 void

프로퍼티 상세

MAX_STACK_SIZE 보호되어 있는 정적으로 프로퍼티

protected static int MAX_STACK_SIZE
리턴 int

STATUS_FORMAT_ERROR 공개적으로 정적으로 프로퍼티

public static int STATUS_FORMAT_ERROR
리턴 int

STATUS_OK 공개적으로 정적으로 프로퍼티

public static int STATUS_OK
리턴 int

STATUS_OPEN_ERROR 공개적으로 정적으로 프로퍼티

public static int STATUS_OPEN_ERROR
리턴 int

act 보호되어 있는 프로퍼티

protected int[] act
리턴 int[]

bgColor 보호되어 있는 프로퍼티

protected int bgColor
리턴 int

bgIndex 보호되어 있는 프로퍼티

protected int bgIndex
리턴 int

block 보호되어 있는 프로퍼티

protected byte[] block
리턴 byte[]

blockSize 보호되어 있는 프로퍼티

protected int blockSize
리턴 int

frameCount 보호되어 있는 프로퍼티

protected int frameCount
리턴 int

framePointer 보호되어 있는 프로퍼티

protected int framePointer
리턴 int

gct 보호되어 있는 프로퍼티

protected int[] gct
리턴 int[]

gctFlag 보호되어 있는 프로퍼티

protected bool gctFlag
리턴 bool

gctSize 보호되어 있는 프로퍼티

protected int gctSize
리턴 int

height 보호되어 있는 프로퍼티

protected int height
리턴 int

lctFlag 보호되어 있는 프로퍼티

protected bool lctFlag
리턴 bool

lctSize 보호되어 있는 프로퍼티

protected int lctSize
리턴 int

loopCount 보호되어 있는 프로퍼티

protected int loopCount
리턴 int

mainPixels 보호되어 있는 프로퍼티

protected byte[] mainPixels
리턴 byte[]

mainScratch 보호되어 있는 프로퍼티

protected int[] mainScratch
리턴 int[]

pixelAspect 보호되어 있는 프로퍼티

protected int pixelAspect
리턴 int

pixelStack 보호되어 있는 프로퍼티

protected byte[] pixelStack
리턴 byte[]

prefix 보호되어 있는 프로퍼티

protected short[] prefix
리턴 short[]

previousImage 공개적으로 프로퍼티

public Bitmap,Android.Graphics previousImage
리턴 Android.Graphics.Bitmap

rawData 보호되어 있는 프로퍼티

protected ByteBuffer rawData
리턴 ByteBuffer

status 보호되어 있는 프로퍼티

protected int status
리턴 int

suffix 보호되어 있는 프로퍼티

protected byte[] suffix
리턴 byte[]

width 보호되어 있는 프로퍼티

protected int width
리턴 int