public abstract class StreamingPropertyValue extends PropertyValue implements Serializable
| Constructor and Description |
|---|
StreamingPropertyValue(Class valueType) |
| Modifier and Type | Method and Description |
|---|---|
static StreamingPropertyValue |
create(InputStream inputStream,
Class type) |
static StreamingPropertyValue |
create(InputStream inputStream,
Class type,
Long length) |
static StreamingPropertyValue |
create(String value) |
abstract InputStream |
getInputStream() |
abstract Long |
getLength() |
Class |
getValueType() |
String |
readToString() |
String |
readToString(long offset,
long limit) |
String |
toString() |
isSearchIndex, searchIndexpublic StreamingPropertyValue(Class valueType)
public Class getValueType()
public abstract Long getLength()
public abstract InputStream getInputStream()
public String readToString()
public String readToString(long offset, long limit)
public static StreamingPropertyValue create(String value)
public static StreamingPropertyValue create(InputStream inputStream, Class type, Long length)
public static StreamingPropertyValue create(InputStream inputStream, Class type)
Copyright © 2014–2018. All rights reserved.