class ContextObjectInputStream extends ObjectInputStream
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextObjectInputStream
- ObjectInputStream
- ObjectStreamConstants
- ObjectInput
- DataInput
- InputStream
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ContextObjectInputStream(input: InputStream)
Value Members
-
def
available(): Int
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
close(): Unit
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
defaultReadObject(): Unit
- Definition Classes
- ObjectInputStream
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
mark(arg0: Int): Unit
- Definition Classes
- InputStream
-
def
markSupported(): Boolean
- Definition Classes
- InputStream
-
def
read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(): Int
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(arg0: Array[Byte]): Int
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readBoolean(): Boolean
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readByte(): Byte
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readChar(): Char
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readDouble(): Double
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readFields(): GetField
- Definition Classes
- ObjectInputStream
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
readFloat(): Float
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readFully(arg0: Array[Byte]): Unit
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readInt(): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readLong(): Long
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
readObject(): AnyRef
- Definition Classes
- ObjectInputStream → ObjectInput
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
readShort(): Short
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readUTF(): String
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readUnshared(): AnyRef
- Definition Classes
- ObjectInputStream
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
readUnsignedByte(): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readUnsignedShort(): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit
- Definition Classes
- ObjectInputStream
- Annotations
- @throws( classOf[java.io.NotActiveException] ) @throws( ... )
-
def
reset(): Unit
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
skip(arg0: Long): Long
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
skipBytes(arg0: Int): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] )
Deprecated Value Members
-
def
readLine(): String
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws( classOf[java.io.IOException] ) @Deprecated
- Deprecated