Skip to content

Instantly share code, notes, and snippets.

import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
/**
* This class is thread safe.
*/
public class Parser {
private File file;
public synchronized void setFile(File f) {