public class TypedDataInputStream extends DataInputStream
TypedDataOutputStream.in| Constructor and Description |
|---|
TypedDataInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
readTypedValue()
Reads a single value, using the data type encoded in the stream.
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skipnullInputStream, readAllBytes, readNBytes, readNBytes, transferTopublic TypedDataInputStream(InputStream in)
public Object readTypedValue() throws IOException
String.IOException - in case of an I/O error.