Overload | Description |
---|---|
importData(String,String) | Import all the data of the specified source of the file. |
importData(String,String,int,int,int,int) | Import the data of a specified range from a file. |
importData(InputStream,String) | Import all the data of the specified source of the file. |
importData(InputStream,String,int,int,int,int) | Import the data of a specified range from a fileStream. |