統合開発環境Eclipseプラグイン開発QA
■ このスレッドは過去ログ倉庫に格納されています
0573デフォルトの名無しさん
2006/12/13(水) 08:20:42doSave()の中で
IFile file = ((FileEditorInput)getEditorInput()).getFile();
FileOutputStream fos = new FileOutputStream(file.getName());
DataOutputStream dos = new DataOutputStream(fos);
....
とかって延々とやらなきゃだめなの?
もっと簡易な方法ってないのか?
■ このスレッドは過去ログ倉庫に格納されています