From 7039a05147b8bbfc829babea1c65bd436450b505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Mon, 8 Jan 2007 23:53:00 +0000 Subject: Splitting out songdbj git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11953 a1c6a512-1295-4272-9138-f99709370657 --- songdbj/Entry.java | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 songdbj/Entry.java (limited to 'songdbj/Entry.java') diff --git a/songdbj/Entry.java b/songdbj/Entry.java deleted file mode 100644 index 19ead66..0000000 --- a/songdbj/Entry.java +++ /dev/null @@ -1,14 +0,0 @@ -import java.io.*; - -public abstract class Entry { - protected int offset; - - public Entry() { - offset=-1; - } - - public void setOffset(int pos) { offset=pos; } - public int getOffset() { return offset; } - - public abstract void write(DataOutputStream w) throws IOException; -} \ No newline at end of file -- cgit v1.1