Searched defs:createDataSource (Results 1 – 5 of 5) sorted by relevance
29 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in InMemoryDataSinkDataSourceTest
47 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in DataSourceFromByteBufferTest
73 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in DataSourceFromRAFChunkTest
76 protected CloseableWithDataSource createDataSource(byte[] contents) throws IOException { in createDataSource() method in DataSourceFromRAFTest
41 protected abstract CloseableWithDataSource createDataSource(byte[] contents) throws IOException; in createDataSource() method in DataSourceTestBase43 protected CloseableWithDataSource createDataSource(String contents) throws IOException { in createDataSource() method in DataSourceTestBase