📄 manager.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: Manager.java
package javax.microedition.media;
import java.io.IOException;
import java.io.InputStream;
import javax.microedition.media.protocol.DataSource;
// Referenced classes of package javax.microedition.media:
// MediaException, Player, TimeBase
public final class Manager
{
public static final String TONE_DEVICE_LOCATOR = null;
public static final String MIDI_DEVICE_LOCATOR = null;
public Manager()
{
}
public static String[] getSupportedContentTypes(String s)
{
return null;
}
public static String[] getSupportedProtocols(String s)
{
return null;
}
public static Player createPlayer(String s)
throws IOException, MediaException
{
return null;
}
public static Player createPlayer(DataSource datasource)
throws IOException, MediaException
{
return null;
}
public static Player createPlayer(InputStream inputstream, String s)
throws IOException, MediaException
{
return null;
}
public static void playTone(int i, int j, int k)
throws MediaException
{
}
public static TimeBase getSystemTimeBase()
{
return null;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -