1 7 package com.sun.corba.se.impl.orbutil; 8 9 import java.io.*; 10 import java.util.Hashtable ; 11 12 16 public class IIOPInputStream_1_3 extends com.sun.corba.se.impl.io.IIOPInputStream 17 { 18 protected String internalReadUTF(org.omg.CORBA.portable.InputStream stream) 21 { 22 return stream.read_string(); 23 } 24 25 29 public ObjectInputStream.GetField readFields() 30 throws IOException, ClassNotFoundException , NotActiveException { 31 Hashtable fields = (Hashtable )readObject(); 32 return new LegacyHookGetFields(fields); 33 } 34 35 public IIOPInputStream_1_3() 36 throws java.io.IOException { 37 super(); 38 } 39 } 40 | Popular Tags |