KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > utils > _DComparator


1 package com.daffodilwoods.daffodildb.utils;
2
3 public interface _DComparator {
4     boolean getNull() ;
5     byte getByte(int index);
6     int getLength();
7     byte[] getBytes();
8 }
9
Popular Tags