📄 sourcecloneable.java
字号:
package javax.media.protocol;/** * Complete. * @author Ken Larson * */public interface SourceCloneable{ /** Based on JMF testing, the clone is in the same state as the original (opened and connected if the original is), but at the beginning of the media, not whatever position the original is. */ public DataSource createClone();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -