public class DataSourceStreamingDataHandler extends StreamingDataHandler
Constructor and Description |
---|
DataSourceStreamingDataHandler(DataSource ds) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
moveTo(File file) |
InputStream |
readOnce() |
getAllCommands, getBean, getCommand, getContent, getContentType, getDataSource, getInputStream, getName, getOutputStream, getPreferredCommands, getTransferData, getTransferDataFlavors, isDataFlavorSupported, setCommandMap, setDataContentHandlerFactory, writeTo
public DataSourceStreamingDataHandler(DataSource ds)
public InputStream readOnce() throws IOException
readOnce
in class org.jvnet.staxex.StreamingDataHandler
IOException
public void moveTo(File file) throws IOException
moveTo
in class org.jvnet.staxex.StreamingDataHandler
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.jvnet.staxex.StreamingDataHandler
IOException
Copyright © 2015 Oracle Corporation. All rights reserved.