com.marklogic.xdmp
Class XDMPSchemaTypes.DataStream
java.lang.Object
com.marklogic.xdmp.XDMPSchemaTypes.DataStream
- Enclosing class:
- com.marklogic.xdmp.XDMPSchemaTypes
- public static class XDMPSchemaTypes.DataStream
- extends Object
Internal implementation class, do not use in client code.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sbytes
protected byte[] sbytes
instream
protected InputStream instream
XDMPSchemaTypes.DataStream
public XDMPSchemaTypes.DataStream()
asInputStream
public InputStream asInputStream()
parseStream
protected void parseStream()
getBytes
protected int getBytes(InputStream instream,
int estSize,
boolean trim)
getStringBuffer
protected int getStringBuffer(InputStream instream,
StringBuffer sb,
int estSize,
boolean trim)