Packages

c

ai.h2o.sparkling.utils

CompatibilityObjectInputStream

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def available(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close(): Unit
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def defaultReadObject(): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  9. def enableResolveObject(arg0: Boolean): Boolean
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  16. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  19. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  20. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  27. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def mark(arg0: Int): Unit
    Definition Classes
    InputStream
  32. def markSupported(): Boolean
    Definition Classes
    InputStream
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def read(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def read(arg0: Array[Byte]): Int
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def readBoolean(): Boolean
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readByte(): Byte
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readChar(): Char
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readClassDescriptor(): ObjectStreamClass
    Attributes
    protected
    Definition Classes
    CompatibilityObjectInputStream → ObjectInputStream
  43. def readDouble(): Double
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def readFields(): GetField
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  45. def readFloat(): Float
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def readFully(arg0: Array[Byte]): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def readInt(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def readLong(): Long
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  50. final def readObject(): AnyRef
    Definition Classes
    ObjectInputStream → ObjectInput
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  51. def readObjectOverride(): AnyRef
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  52. def readShort(): Short
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  53. def readStreamHeader(): Unit
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  54. def readUTF(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  55. def readUnshared(): AnyRef
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  56. def readUnsignedByte(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  57. def readUnsignedShort(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.NotActiveException] ) @throws( ... )
  59. def reset(): Unit
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def resolveClass(arg0: ObjectStreamClass): Class[_]
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  61. def resolveObject(arg0: Any): AnyRef
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  62. def resolveProxyClass(arg0: Array[String]): Class[_]
    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  63. def skip(arg0: Long): Long
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  64. def skipBytes(arg0: Int): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def readLine(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] ) @Deprecated @deprecated
    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