DataInput
JDK Doc(JAVA)Download this dictionary
DataInput
- interface java.io..DataInput 
public interface DataInput
public void readFully (byte[] b) throws IOException 
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types. There is also a facility for reconstructing a String from data in Java modified UTF-8 format.


| DataInput in English