DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Package
com.sleepycat.bind.tuple

Packages that use com.sleepycat.bind.tuple
com.sleepycat.bind.serial Bindings that use Java serialization. 
com.sleepycat.bind.tuple Bindings that use sequences of primitive fields, or tuples. 
 

Classes in com.sleepycat.bind.tuple used by com.sleepycat.bind.serial
TupleBase
          A base class for tuple bindings and tuple key creators that provides control over the allocation of the output buffer.
TupleInput
          An InputStream with DataInput-like methods for reading tuple fields.
TupleOutput
          An OutputStream with DataOutput-like methods for writing tuple fields.
 

Classes in com.sleepycat.bind.tuple used by com.sleepycat.bind.tuple
TupleBase
          A base class for tuple bindings and tuple key creators that provides control over the allocation of the output buffer.
TupleBinding
          An abstract EntryBinding that treats a key or data entry as a tuple; it includes predefined bindings for Java primitive types.
TupleInput
          An InputStream with DataInput-like methods for reading tuple fields.
TupleOutput
          An OutputStream with DataOutput-like methods for writing tuple fields.
TupleTupleBinding
          An abstract EntityBinding that treats an entity's key entry and data entry as tuples.
TupleTupleKeyCreator
          An abstract key creator that uses a tuple key and a tuple data entry.
TupleTupleMarshalledBinding
          A concrete TupleTupleBinding that delegates to the MarshalledTupleEntry and MarshalledTupleKeyEntity interfaces of the entity class.
 


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.