implicit final class InputStreamExtension extends AnyVal
Provides functionality for deserializing data from streams.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputStreamExtension
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InputStreamExtension(stream: DataInputStream)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
readObject[B](implicit io: IOImplementation[B]): B
Constructs an instance of type B from the specified file.
Constructs an instance of type B from the specified file.
- B
The type of the data to load.
- io
The IOImplementation that is used to deserialize the data.
- returns
An instance of type B loaded from file.
- val stream: DataInputStream
-
def
toString(): String
- Definition Classes
- Any