public static class InputStreamFactory.SQLXMLInputStreamFactory extends InputStreamFactory implements DataSource
InputStreamFactory.BlobInputStreamFactory, InputStreamFactory.ClobInputStreamFactory, InputStreamFactory.FileInputStreamFactory, InputStreamFactory.SQLXMLInputStreamFactory, InputStreamFactory.StorageMode, InputStreamFactory.StreamFactoryReference
Modifier and Type | Field and Description |
---|---|
protected SQLXML |
sqlxml |
length
Constructor and Description |
---|
SQLXMLInputStreamFactory(SQLXML sqlxml) |
Modifier and Type | Method and Description |
---|---|
Reader |
getCharacterStream() |
String |
getContentType() |
InputStream |
getInputStream()
Get a new InputStream
|
String |
getName() |
OutputStream |
getOutputStream() |
InputStreamFactory.StorageMode |
getStorageMode() |
free, getLength, getStorageMode, getSystemId, setLength, setSystemId, setTemporary, setTemporary
protected SQLXML sqlxml
public SQLXMLInputStreamFactory(SQLXML sqlxml)
public InputStream getInputStream() throws IOException
InputStreamFactory
getInputStream
in interface DataSource
getInputStream
in class InputStreamFactory
IOException
public Reader getCharacterStream() throws IOException
getCharacterStream
in class InputStreamFactory
IOException
public String getContentType()
getContentType
in interface DataSource
public String getName()
getName
in interface DataSource
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface DataSource
IOException
public InputStreamFactory.StorageMode getStorageMode()
getStorageMode
in class InputStreamFactory
Copyright © 2019. All rights reserved.