Class

ai.h2o.sparkling.utils

CompatibilityObjectInputStream

Related Doc: package utils

Permalink

class CompatibilityObjectInputStream extends ObjectInputStream with Logging

The input stream ignores serialVersionUID

Linear Supertypes
Logging, Serializable, Serializable, Logging, ObjectInputStream, ObjectStreamConstants, ObjectInput, DataInput, InputStream, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompatibilityObjectInputStream
  2. Logging
  3. Serializable
  4. Serializable
  5. Logging
  6. ObjectInputStream
  7. ObjectStreamConstants
  8. ObjectInput
  9. DataInput
  10. InputStream
  11. Closeable
  12. AutoCloseable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompatibilityObjectInputStream(input: InputStream)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def available(): Int

    Permalink
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def defaultReadObject(): Unit

    Permalink
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  9. def enableResolveObject(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def mark(arg0: Int): Unit

    Permalink
    Definition Classes
    InputStream
  32. def markSupported(): Boolean

    Permalink
    Definition Classes
    InputStream
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Permalink
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def read(): Int

    Permalink
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def read(arg0: Array[Byte]): Int

    Permalink
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def readBoolean(): Boolean

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readByte(): Byte

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readChar(): Char

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readClassDescriptor(): ObjectStreamClass

    Permalink
    Attributes
    protected
    Definition Classes
    CompatibilityObjectInputStream → ObjectInputStream
  43. def readDouble(): Double

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def readFields(): GetField

    Permalink
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  45. def readFloat(): Float

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def readFully(arg0: Array[Byte]): Unit

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def readInt(): Int

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def readLong(): Long

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  50. final def readObject(): AnyRef

    Permalink
    Definition Classes
    ObjectInputStream → ObjectInput
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  51. def readObjectOverride(): AnyRef

    Permalink
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  52. def readShort(): Short

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  53. def readStreamHeader(): Unit

    Permalink
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  54. def readUTF(): String

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  55. def readUnshared(): AnyRef

    Permalink
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  56. def readUnsignedByte(): Int

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  57. def readUnsignedShort(): Int

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit

    Permalink
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.NotActiveException] )
  59. def reset(): Unit

    Permalink
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def resolveClass(arg0: ObjectStreamClass): Class[_]

    Permalink
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  61. def resolveObject(arg0: Any): AnyRef

    Permalink
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  62. def resolveProxyClass(arg0: Array[String]): Class[_]

    Permalink
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  63. def skip(arg0: Long): Long

    Permalink
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  64. def skipBytes(arg0: Int): Int

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  67. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def readLine(): String

    Permalink
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from ObjectInputStream

Inherited from ObjectStreamConstants

Inherited from ObjectInput

Inherited from DataInput

Inherited from InputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped