Uses of Interface
java.io.ObjectInput
-
Packages that use ObjectInput 软件包 描述 java.awt.datatransfer 提供用于在应用程序之间和之内传输数据的接口和类。java.io 通过数据流,序列化和文件系统提供系统输入和输出。java.rmi.server 提供用于支持RMI服务器端的类和接口。javax.management.loading 提供实现高级动态加载的类。jdk.jshell.execution 为构建JShell执行引擎提供实现支持。 -
-
Uses of ObjectInput in java.awt.datatransfer
Methods in java.awt.datatransfer with parameters of type ObjectInput 变量和类型 方法 描述 voidDataFlavor. readExternal(ObjectInput is)从序列化状态恢复此DataFlavor。 -
Uses of ObjectInput in java.io
Classes in java.io that implement ObjectInput 变量和类型 类 描述 classObjectInputStreamObjectInputStream对先前使用ObjectOutputStream编写的原始数据和对象进行反序列化。Methods in java.io with parameters of type ObjectInput 变量和类型 方法 描述 voidExternalizable. readExternal(ObjectInput in)该对象实现了readExternal方法,通过为原始类型调用DataInput方法并为对象,字符串和数组调用readObject来恢复其内容。 -
Uses of ObjectInput in java.rmi.server
Methods in java.rmi.server that return ObjectInput 变量和类型 方法 描述 ObjectInputRemoteCall. getInputStream()已过时。没有替代品Methods in java.rmi.server with parameters of type ObjectInput 变量和类型 方法 描述 static ObjIDObjID. read(ObjectInput in)构造并返回一个新ObjID通过从解组二进制表示实例ObjectInput实例。 -
Uses of ObjectInput in javax.management.loading
Methods in javax.management.loading with parameters of type ObjectInput 变量和类型 方法 描述 voidMLet. readExternal(ObjectInput in)从给定的ObjectInput恢复此MLet的内容。 -
Uses of ObjectInput in jdk.jshell.execution
Methods in jdk.jshell.execution with parameters of type ObjectInput 变量和类型 方法 描述 static voidUtil. forwardExecutionControl(ExecutionControl ec, ObjectInput in, ObjectOutput out)将命令从输入转发到指定的ExecutionControl实例,然后在输出上回复。Method parameters in jdk.jshell.execution with type arguments of type ObjectInput 变量和类型 方法 描述 static ExecutionControlUtil. remoteInputOutput(InputStream input, OutputStream output, Map<String,OutputStream> outputStreamMap, Map<String,InputStream> inputStreamMap, BiFunction<ObjectInput,ObjectOutput,ExecutionControl> factory)为给定的打包输入和输出创建ExecutionControl。Constructors in jdk.jshell.execution with parameters of type ObjectInput 构造器 描述 JdiExecutionControl(ObjectOutput out, ObjectInput in)创建一个实例。StreamingExecutionControl(ObjectOutput out, ObjectInput in)创建一个实例。
-