File: Hash.java

package info (click to toggle)
libphash 0.9.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,168 kB
  • sloc: sh: 18,059; cpp: 11,339; php: 1,870; xml: 619; java: 173; cs: 139; makefile: 74; awk: 70; ansic: 44
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
package org.phash;
public abstract class Hash
{
	protected String filename;
	public String getFilename() { return filename; }
}