Java 类org.omg.CORBA.DataInputStream 实例源码

项目:OpenJSharp    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:openjdk-jdk10    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:openjdk9    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:Java8CN    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:lookaside_java-1.8.0-openjdk    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:jdk8u_corba    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:infobip-open-jdk-8    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:openjdk-source-code-learn    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:OLD-OpenJDK8    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:openjdk-orb    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);
项目:openjdk-icedtea7    文件:CustomMarshal.java   
/**
 * Unmarshal method has to be implemented by the Customized Marshal class.
 * This is the method invoked for Unmarshalling.
 *
 * @param is a DataInputStream
 */
void unmarshal(DataInputStream is);