Packages

c

org.nlogo.util

ClassLoaderObjectInputStream

case class ClassLoaderObjectInputStream(classLoader: ClassLoader, inputStream: InputStream) extends ObjectInputStream with Product with Serializable

Source
ClassLoaderObjectInputStream.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, ObjectInputStream, ObjectStreamConstants, ObjectInput, DataInput, InputStream, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassLoaderObjectInputStream
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  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 ClassLoaderObjectInputStream(classLoader: ClassLoader, inputStream: InputStream)

Value Members

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

    (Since version ) see corresponding Javadoc for more information.