📄 filecache.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: FileCache.java
package com.tricastmedia.twuik.tas.resource;
import java.io.IOException;
import javax.microedition.lcdui.Image;
// Referenced classes of package com.tricastmedia.twuik.tas.resource:
// Cache
public class FileCache
implements Cache
{
FileCache(String p0)
throws IOException
{
IOException exc0 = null;
}
public void add(Object p0)
throws IOException
{
IOException exc0 = null;
}
public void add(Image p0)
throws IOException
{
IOException exc0 = null;
}
public void add(String p0)
throws IOException
{
IOException exc0 = null;
}
public Object get(int p0)
throws IOException
{
IOException exc0 = null;
return null;
}
public void close()
throws IOException
{
IOException exc0 = null;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -