|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.j2.psvSecurity
sandboxの外で実行する命令を実行するクラスです。
コンストラクタの概要 | |
psvSecurity()
|
メソッドの概要 | |
static java.io.FileInputStream |
file_in(java.lang.String target)
ローカルディスクのファイルの入力ストリームを取得します。 |
static java.io.FileOutputStream |
file_out(java.lang.String target)
ローカルディスクにファイルの出力ストリームを取得します。 |
static java.awt.datatransfer.Clipboard |
get_clipboard()
クリップボードオブジェクトを取得します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public psvSecurity()
メソッドの詳細 |
public static java.io.FileInputStream file_in(java.lang.String target) throws java.io.FileNotFoundException
target
- ファイル名
java.io.FileNotFoundException
- 指定されたパス名のファイルが存在しない場合public static java.io.FileOutputStream file_out(java.lang.String target) throws java.io.FileNotFoundException
target
- ファイル名
java.io.FileNotFoundException
- 指定されたパス名のファイルが存在しない場合public static java.awt.datatransfer.Clipboard get_clipboard() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |