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. --- .../com/sleepycat/bind/serial/SerialInput.html | 731 ++++++++++----------- 1 file changed, 365 insertions(+), 366 deletions(-) (limited to 'docs/java/com/sleepycat/bind/serial/SerialInput.html') diff --git a/docs/java/com/sleepycat/bind/serial/SerialInput.html b/docs/java/com/sleepycat/bind/serial/SerialInput.html index f3f26801..3e4b7405 100644 --- a/docs/java/com/sleepycat/bind/serial/SerialInput.html +++ b/docs/java/com/sleepycat/bind/serial/SerialInput.html @@ -1,392 +1,391 @@ - - - - - -SerialInput (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.bind.serial -
-Class SerialInput

-
-java.lang.Object
-  extended by java.io.InputStream
-      extended by java.io.ObjectInputStream
-          extended by com.sleepycat.util.ClassResolver.Stream
-              extended by com.sleepycat.bind.serial.SerialInput
-
-
-
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants
-
-
-
-
public class SerialInput
extends ClassResolver.Stream
- - -

-A specialized ObjectInputStream that gets class description +

+
com.sleepycat.bind.serial
+

Class SerialInput

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Closeable, java.io.DataInput, java.io.ObjectInput, java.io.ObjectStreamConstants, java.lang.AutoCloseable
    +
    +
    +
    +
    public class SerialInput
    +extends ClassResolver.Stream
    +
    A specialized ObjectInputStream that gets class description information from a ClassCatalog. It is used by SerialBinding. -

    This class is used instead of an ObjectInputStream, which it - extends, to read an object stream written by the SerialOutput class. +

    This class is used instead of an ObjectInputStream, which it + extends, to read an object stream written by the SerialOutput class. For reading objects from a database normally one of the serial binding - classes is used. SerialInput is used when an ObjectInputStream is needed along with compact storage. A ClassCatalog must be supplied, however, to stored shared class - descriptions.

    -

    - -

    -

    -
    See Also:
    Class Evolution
    -
    - -

    + classes is used. SerialInput is used when an ObjectInputStream is needed along with compact storage. A ClassCatalog must be supplied, however, to stored shared class + descriptions.

    +
    See Also:
    Class Evolution
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -SerialInput

    -
    -public SerialInput(InputStream in,
    -                   ClassCatalog classCatalog)
    -            throws IOException
    -
    -
    Creates a serial input stream. -

    -

    -
    Parameters:
    in - is the input stream from which compact serialized objects will - be read.
    classCatalog - is the catalog containing the class descriptions - for the serialized objects. -
    Throws: -
    IOException
    -
    -
    - -

    -SerialInput

    -
    -public SerialInput(InputStream in,
    -                   ClassCatalog classCatalog,
    -                   ClassLoader classLoader)
    -            throws IOException
    -
    -
    Creates a serial input stream. -

    -

    -
    Parameters:
    in - is the input stream from which compact serialized objects will - be read.
    classCatalog - is the catalog containing the class descriptions - for the serialized objects.
    classLoader - is the class loader to use, or null if a default - class loader should be used. -
    Throws: -
    IOException
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SerialInput

        +
        public SerialInput(java.io.InputStream in,
        +           ClassCatalog classCatalog)
        +            throws java.io.IOException
        +
        Creates a serial input stream.
        +
        Parameters:
        in - is the input stream from which compact serialized objects will + be read.
        classCatalog - is the catalog containing the class descriptions + for the serialized objects.
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        SerialInput

        +
        public SerialInput(java.io.InputStream in,
        +           ClassCatalog classCatalog,
        +           java.lang.ClassLoader classLoader)
        +            throws java.io.IOException
        +
        Creates a serial input stream.
        +
        Parameters:
        in - is the input stream from which compact serialized objects will + be read.
        classCatalog - is the catalog containing the class descriptions + for the serialized objects.
        classLoader - is the class loader to use, or null if a default + class loader should be used.
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -readClassDescriptor

    -
    -protected ObjectStreamClass readClassDescriptor()
    -                                         throws IOException,
    -                                                ClassNotFoundException
    -
    -
    -
    Overrides:
    readClassDescriptor in class ObjectInputStream
    -
    -
    - -
    Throws: -
    IOException -
    ClassNotFoundException
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readClassDescriptor

        +
        protected java.io.ObjectStreamClass readClassDescriptor()
        +                                                 throws java.io.IOException,
        +                                                        java.lang.ClassNotFoundException
        +
        +
        Overrides:
        +
        readClassDescriptor in class java.io.ObjectInputStream
        +
        Throws:
        +
        java.io.IOException
        +
        java.lang.ClassNotFoundException
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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