Uses of Class
com.univocity.api.io.FileProvider

Packages that use FileProvider
com.univocity.api.io   
com.univocity.api.net   
 

Uses of FileProvider in com.univocity.api.io
 

Methods in com.univocity.api.io with parameters of type FileProvider
 void InputFileQueue.addFile(FileProvider fileProvider)
          Adds a FileProvider to the input queue.
protected  Reader InputFileQueue.open(FileProvider input)
           
 

Uses of FileProvider in com.univocity.api.net
 

Methods in com.univocity.api.net that return FileProvider
 FileProvider UrlReaderProvider.getLocalCopyTarget()
          Returns a FileProvider which indicates where in the filesystem a file with a copy of the response body, obtained after invoking the HTTP request via the UrlReaderProvider.getResponse() method, should be stored.
 

Methods in com.univocity.api.net with parameters of type FileProvider
 void UrlReaderProvider.storeLocalCopyIn(FileProvider provider)
          Defines a file into which a copy of the response body, obtained after invoking the HTTP request via the UrlReaderProvider.getResponse() method, should be stored be stored.
 

Constructors in com.univocity.api.net with parameters of type FileProvider
DataParameter(String name, String filename, FileProvider fileToUpload)
          Creates a new upload parameter to be sent on the body of a POST request.
DataParameter(String name, String filename, FileProvider fileToUpload, String contentType)
          Creates a new upload parameter to be sent on the body of a POST request.
 



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