idencapsulationfactory.java

来自「java jdk 1.4的源码」· Java 代码 · 共 20 行

JAVA
20
字号
/* * @(#)IdEncapsulationFactory.java	1.12 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.internal.ior ;import org.omg.CORBA_2_3.portable.InputStream ;import com.sun.corba.se.internal.ior.IdEncapsulation ;public interface IdEncapsulationFactory {    /** Construct the appropriate IdEncapsulation object with the     * given id from the InputStream is.    */    public IdEncapsulation create( int id, InputStream in ) ;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?