public class ValueInputStream
extends java.io.DataInputStream
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,IValueProvider> |
_providers |
Constructor and Description |
---|
ValueInputStream(java.io.InputStream is, java.util.Map<java.lang.String,IValueProvider> providers)
constructor
|
Modifier and Type | Method and Description |
---|---|
IValue |
readValue()
writes an IValue to the stream.
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
protected java.util.Map<java.lang.String,IValueProvider> _providers
public ValueInputStream(java.io.InputStream is, java.util.Map<java.lang.String,IValueProvider> providers)
public IValue readValue() throws java.io.IOException, InvalidValueException
java.io.IOException
InvalidValueException