135136137138139140141142143144145
return ret; } public <T> Value<T> readValue() { ValueType type = ValueType.getValueType(this); return type.createValue(this); } @SuppressWarnings("serial") public static class StreamIndexOutOfBoundsException extends IndexOutOfBoundsException {