com.univocity.api.io
Interface ResourceProvider<T>

Type Parameters:
T - the type of resource provided by this ResourceProvider
All Known Implementing Classes:
InputFileQueue, InputQueue, InputReaderQueue, ReaderProvider, StringReaderProvider, StringWriterProvider, UrlReaderProvider, WriterProvider

public interface ResourceProvider<T>

Generic interface to define classes that provide a given resource.

Author:
uniVocity Software Pty Ltd - dev@univocity.com
See Also:
WriterProvider, ReaderProvider, InputQueue

Method Summary
 T getResource()
          Returns the resource provided by this class
 

Method Detail

getResource

T getResource()
Returns the resource provided by this class

Returns:
the resource provided by this class


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.