All pastes #669193 Raw Edit

Miscellany

public text v1 · immutable
#669193 ·published 2007-08-24 14:05 UTC
rendered paste body
import java.io.*; 

public class JpegFile extends File {
	public JpegFile(String pathname) {
		super();
	}
}