public static class InputStreamFactory.ClobInputStreamFactory extends InputStreamFactory implements DataSource
InputStreamFactory.BlobInputStreamFactory, InputStreamFactory.ClobInputStreamFactory, InputStreamFactory.FileInputStreamFactory, InputStreamFactory.SQLXMLInputStreamFactory, InputStreamFactory.StorageMode, InputStreamFactory.StreamFactoryReferencelength| Constructor and Description |
|---|
ClobInputStreamFactory(Clob clob) |
| Modifier and Type | Method and Description |
|---|---|
Reader |
getCharacterStream() |
Charset |
getCharset() |
String |
getContentType() |
InputStream |
getInputStream()
Get a new InputStream
|
String |
getName() |
OutputStream |
getOutputStream() |
Reader |
getReader(Reader reader) |
InputStreamFactory.StorageMode |
getStorageMode() |
void |
setCharset(Charset charset) |
free, getLength, getStorageMode, getSystemId, setLength, setSystemIdpublic ClobInputStreamFactory(Clob clob)
public Charset getCharset()
public void setCharset(Charset charset)
public InputStream getInputStream() throws IOException
InputStreamFactorygetInputStream in interface DataSourcegetInputStream in class InputStreamFactoryIOExceptionpublic Reader getCharacterStream() throws IOException
getCharacterStream in class InputStreamFactoryIOExceptionpublic String getContentType()
getContentType in interface DataSourcepublic String getName()
getName in interface DataSourcepublic OutputStream getOutputStream() throws IOException
getOutputStream in interface DataSourceIOExceptionpublic InputStreamFactory.StorageMode getStorageMode()
getStorageMode in class InputStreamFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.