📄 uploadmetadata.java.svn-base
字号:
/* * UploadMetadata.java * * Created on 2007-10-22, 23:13:22 * * To change this template, choose Tools | Templates * and open the template in the editor. */package com.s7turn.sdk.sharing;import java.io.IOException;import java.io.InputStream;/** * class for uploading metadata file to server. * @author Long */public class UploadMetadata { public String upload( String fileName ) throws IOException { return ""; } public String upload( InputStream istream ) throws IOException { return "ok"; } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -