public class AnimGifDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
byte |
m_h_bgindex |
int |
m_h_color_res |
boolean |
m_h_has_global_ct |
int |
m_h_lh |
int |
m_h_lw |
byte |
m_h_pxaspect |
byte[] |
m_h_sig |
boolean |
m_h_sorted |
int |
m_h_sz_global_ct |
String |
m_h_version |
int |
m_n_gc_colors |
| Constructor and Description |
|---|
AnimGifDecoder(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAccept()
Returns T if the stream (seems) to represent a GIF file.
|
BufferedImage |
read(int bufimatype)
Reads the specified image number from the GIF, creating a BufferedImage
of the specified type.
|
public byte[] m_h_sig
public String m_h_version
public int m_h_lw
public int m_h_lh
public int m_n_gc_colors
public boolean m_h_sorted
public int m_h_sz_global_ct
public boolean m_h_has_global_ct
public int m_h_color_res
public byte m_h_pxaspect
public byte m_h_bgindex
public AnimGifDecoder(InputStream is)
public boolean canAccept()
throws IOException
IOExceptionpublic BufferedImage read(int bufimatype) throws IOException
IOExceptionCopyright © 2017 etc.to. All rights reserved.