scala
.
pickling
.
util
GenObjectInput
Related Doc:
package util
class
GenObjectInput
extends
ObjectInput
Linear Supertypes
ObjectInput
,
AutoCloseable
,
DataInput
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
GenObjectInput
ObjectInput
AutoCloseable
DataInput
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
GenObjectInput
(
booleanIter:
Iterator
[
Boolean
]
,
byteIter:
Iterator
[
Int
]
,
charIter:
Iterator
[
Int
]
,
doubleIter:
Iterator
[
Double
]
,
floatIter:
Iterator
[
Float
]
,
intIter:
Iterator
[
Int
]
,
longIter:
Iterator
[
Long
]
,
shortIter:
Iterator
[
Int
]
,
arrByteIter:
Iterator
[
Array
[
Byte
]]
,
anyRefIter:
Iterator
[
Any
]
,
stringIter:
Iterator
[
String
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
available
()
:
Int
Definition Classes
GenObjectInput
→ ObjectInput
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
GenObjectInput
→ ObjectInput → AutoCloseable
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
read
()
:
Int
Definition Classes
GenObjectInput
→ ObjectInput
def
read
(
x1:
Array
[
Byte
]
)
:
Int
Definition Classes
GenObjectInput
→ ObjectInput
def
read
(
x1:
Array
[
Byte
]
,
x2:
Int
,
x3:
Int
)
:
Int
Definition Classes
GenObjectInput
→ ObjectInput
def
readBoolean
()
:
Boolean
Definition Classes
GenObjectInput
→ DataInput
def
readByte
()
:
Byte
Definition Classes
GenObjectInput
→ DataInput
def
readChar
()
:
Char
Definition Classes
GenObjectInput
→ DataInput
def
readDouble
()
:
Double
Definition Classes
GenObjectInput
→ DataInput
def
readFloat
()
:
Float
Definition Classes
GenObjectInput
→ DataInput
def
readFully
(
dest:
Array
[
Byte
]
)
:
Unit
Definition Classes
GenObjectInput
→ DataInput
def
readFully
(
x1:
Array
[
Byte
]
,
x2:
Int
,
x3:
Int
)
:
Unit
Definition Classes
GenObjectInput
→ DataInput
def
readInt
()
:
Int
Definition Classes
GenObjectInput
→ DataInput
def
readLine
()
:
String
Definition Classes
GenObjectInput
→ DataInput
def
readLong
()
:
Long
Definition Classes
GenObjectInput
→ DataInput
def
readObject
()
:
AnyRef
Definition Classes
GenObjectInput
→ ObjectInput
def
readShort
()
:
Short
Definition Classes
GenObjectInput
→ DataInput
def
readUTF
()
:
String
Definition Classes
GenObjectInput
→ DataInput
def
readUnsignedByte
()
:
Int
Definition Classes
GenObjectInput
→ DataInput
def
readUnsignedShort
()
:
Int
Definition Classes
GenObjectInput
→ DataInput
def
skip
(
x1:
Long
)
:
Long
Definition Classes
GenObjectInput
→ ObjectInput
def
skipBytes
(
x1:
Int
)
:
Int
Definition Classes
GenObjectInput
→ DataInput
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
ObjectInput
Inherited from
AutoCloseable
Inherited from
DataInput
Inherited from
AnyRef
Inherited from
Any
Ungrouped