InputStream
JDK Doc(JAVA)Download this dictionary
InputStream
- class java.io..InputStream 
public abstract class InputStream extends Object 
Tree:java.lang.Object - java.io.InputStream
This abstract class is the superclass of all classes representing an input stream of bytes.
 
InputStream *2
- class org.omg.CORBA.portable..InputStream 
public abstract class InputStream extends InputStream 
Tree:java.lang.Object - java.io.InputStream - org.omg.CORBA.portable.InputStream
InputStream is the Java API for reading IDL types from CDR marshal streams. These methods are used by the ORB to unmarshal IDL types as well as to extract IDL types out of Anys. The _array versions of the methods can be directly used to read sequences and arrays of IDL types.
 
InputStream()
- Constructor for class java.io.InputStream 
public InputStream ()

 
InputStream() *2
- Constructor for class org.omg.CORBA.portable.InputStream 
public InputStream ()



| InputStream in English