Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

MarshalledKey.java

00001 /*-
00002  * See the file LICENSE for redistribution information.
00003  *
00004  * Copyright (c) 2002-2005
00005  *      Sleepycat Software.  All rights reserved.
00006  *
00007  * $Id: MarshalledKey.java,v 12.2 2005/06/16 20:22:37 bostic Exp $
00008  */
00009 
00010 package collections.ship.marshal;
00011 
00012 import com.sleepycat.bind.tuple.TupleInput;
00013 import com.sleepycat.bind.tuple.TupleOutput;
00014 
00026 interface MarshalledKey {
00027 
00031     void marshalKey(TupleOutput keyOutput);
00032 
00036     void unmarshalKey(TupleInput keyInput);
00037 }

Generated on Sun Dec 25 12:14:27 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2