Packages

c

com.microsoft.azure.synapse.ml.core.utils

ContextObjectInputStream

class ContextObjectInputStream extends ObjectInputStream

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

Instance Constructors

  1. new ContextObjectInputStream(input: InputStream)

Value Members

  1. def available(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  2. def close(): Unit
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  3. def defaultReadObject(): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  4. def mark(arg0: Int): Unit
    Definition Classes
    InputStream
  5. def markSupported(): Boolean
    Definition Classes
    InputStream
  6. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def read(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def read(arg0: Array[Byte]): Int
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def readBoolean(): Boolean
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def readByte(): Byte
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def readChar(): Char
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def readDouble(): Double
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def readFields(): GetField
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  14. def readFloat(): Float
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def readFully(arg0: Array[Byte]): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def readInt(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  18. def readLong(): Long
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  19. final def readObject(): AnyRef
    Definition Classes
    ObjectInputStream → ObjectInput
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  20. def readShort(): Short
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  21. def readUTF(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def readUnshared(): AnyRef
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  23. def readUnsignedByte(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def readUnsignedShort(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.NotActiveException] ) @throws( ... )
  26. def reset(): Unit
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def skip(arg0: Long): Long
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def skipBytes(arg0: Int): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )

Deprecated Value Members

  1. def readLine(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] ) @Deprecated
    Deprecated