I have a method in which the function of it is, read a file and store the value written to the file in a variable and return the variable, here's the method:
public String addItemCreative(File f){
String line = null;
try{
Buffe...
asked by
24.11.2015 / 11:57