From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/bind/ByteArrayBinding.html | 557 +++++++++++---------- 1 file changed, 281 insertions(+), 276 deletions(-) (limited to 'docs/java/com/sleepycat/bind/ByteArrayBinding.html') diff --git a/docs/java/com/sleepycat/bind/ByteArrayBinding.html b/docs/java/com/sleepycat/bind/ByteArrayBinding.html index 6d0b90ad..6aa99edf 100644 --- a/docs/java/com/sleepycat/bind/ByteArrayBinding.html +++ b/docs/java/com/sleepycat/bind/ByteArrayBinding.html @@ -1,296 +1,301 @@ - - - - - -ByteArrayBinding (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.bind -
-Class ByteArrayBinding

-
-java.lang.Object
-  extended by com.sleepycat.bind.ByteArrayBinding
-
-
-
All Implemented Interfaces:
EntryBinding<byte[]>
-
-
-
-
public class ByteArrayBinding
extends Object
implements EntryBinding<byte[]>
- - -

-A pass-through EntryBinding that uses the entry's byte array as - the key or data object. -

- -

-


- -

- +

+
com.sleepycat.bind
+

Class ByteArrayBinding

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    EntryBinding<byte[]>
    +
    +
    +
    +
    public class ByteArrayBinding
    +extends java.lang.Object
    +implements EntryBinding<byte[]>
    +
    A pass-through EntryBinding that uses the entry's byte array as + the key or data object.
    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    ByteArrayBinding() - -
    -          Creates a byte array binding.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ByteArrayBinding() +
      Creates a byte array binding.
      +
      +
    • +
    - - - - - - - - - - - - - - -
    -Method Summary
    - byte[]entryToObject(DatabaseEntry entry) - -
    -          Converts a entry buffer into an Object.
    - voidobjectToEntry(byte[] object, - DatabaseEntry entry) - -
    -          Converts an Object into a entry buffer.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      byte[]entryToObject(DatabaseEntry entry) +
      Converts a entry buffer into an Object.
      +
      voidobjectToEntry(byte[] object, + DatabaseEntry entry) +
      Converts an Object into a entry buffer.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -ByteArrayBinding

    -
    -public ByteArrayBinding()
    -
    -
    Creates a byte array binding. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteArrayBinding

        +
        public ByteArrayBinding()
        +
        Creates a byte array binding.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -entryToObject

    -
    -public byte[] entryToObject(DatabaseEntry entry)
    -
    -
    Description copied from interface: EntryBinding
    -
    Converts a entry buffer into an Object. -

    -

    -
    Specified by:
    entryToObject in interface EntryBinding<byte[]>
    -
    -
    -
    Parameters:
    entry - is the source entry buffer. -
    Returns:
    the resulting Object.
    -
    -
    -
    - -

    -objectToEntry

    -
    -public void objectToEntry(byte[] object,
    -                          DatabaseEntry entry)
    -
    -
    Description copied from interface: EntryBinding
    -
    Converts an Object into a entry buffer. -

    -

    -
    Specified by:
    objectToEntry in interface EntryBinding<byte[]>
    -
    -
    -
    Parameters:
    object - is the source Object.
    entry - is the destination entry buffer.
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entryToObject

        +
        public byte[] entryToObject(DatabaseEntry entry)
        +
        Description copied from interface: EntryBinding
        +
        Converts a entry buffer into an Object.
        +
        +
        Specified by:
        +
        entryToObject in interface EntryBinding<byte[]>
        +
        Parameters:
        entry - is the source entry buffer.
        +
        Returns:
        the resulting Object.
        +
      • +
      + + + +
        +
      • +

        objectToEntry

        +
        public void objectToEntry(byte[] object,
        +                 DatabaseEntry entry)
        +
        Description copied from interface: EntryBinding
        +
        Converts an Object into a entry buffer.
        +
        +
        Specified by:
        +
        objectToEntry in interface EntryBinding<byte[]>
        +
        Parameters:
        object - is the source Object.
        entry - is the destination entry buffer.
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1