📄 jpegimageloader.java
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: JPEGImageLoader.java
package com.tricastmedia.twuik.tas.utils;
import java.io.InputStream;
import javax.microedition.lcdui.Image;
// Referenced classes of package com.tricastmedia.twuik.tas.utils:
// JPEGDecoder
public class JPEGImageLoader
implements JPEGDecoder.PixelArray
{
public JPEGImageLoader()
{
}
public static synchronized Image loadFromInputStream(InputStream p0, int p1)
{
return null;
}
public static synchronized Image loadFromInputStream(InputStream p0)
{
return null;
}
public static synchronized Image loadFromInputStream(InputStream p0, int p1, int p2)
{
return null;
}
public static synchronized Image loadFromResource(String p0)
{
return null;
}
public void setSize(int i, int j)
{
}
public void setPixel(int i, int j, int k)
{
}
public static final int SCALE_NONE = 4097;
public static final int SCALE_2 = 4098;
public static final int SCALE_4 = 4099;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -