My file could be x number of bytes long. I only want the last 40 bytes of data to save as string, and then I want to replace the file getting ride of the 40 bytes of data.
public String removeHdr(File file1, File replaced)
{
long sizeOfFile =0;
sizeOfFile = file1.length();
System.out.println("file size " + sizeOfFile );
return null;
}

New Topic/Question
Reply



MultiQuote





|