final class ReusableDataReader extends DataReader
- Source
- ReusableDataReader.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReusableDataReader
- DataReader
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReusableDataReader()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to any2stringadd[ReusableDataReader] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ReusableDataReader, B)
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to ArrowAssoc[ReusableDataReader] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bp: Int
- Definition Classes
- ReusableDataReader → DataReader
-
def
bp_=(i: Int): Unit
- Definition Classes
- ReusableDataReader → DataReader
-
def
buf: Array[Byte]
- Definition Classes
- ReusableDataReader → DataReader
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (ReusableDataReader) ⇒ Boolean, msg: ⇒ Any): ReusableDataReader
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to Ensuring[ReusableDataReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ReusableDataReader) ⇒ Boolean): ReusableDataReader
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to Ensuring[ReusableDataReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ReusableDataReader
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to Ensuring[ReusableDataReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ReusableDataReader
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to Ensuring[ReusableDataReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to StringFormat[ReusableDataReader] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getByte(mybp: Int): Byte
extract an integer at position bp from buf
extract an integer at position bp from buf
- Definition Classes
- ReusableDataReader → DataReader
-
def
getBytes(mybp: Int, bytes: Array[Byte]): Unit
- Definition Classes
- ReusableDataReader → DataReader
-
def
getChar(mybp: Int): Char
extract a character at position bp from buf
extract a character at position bp from buf
- Definition Classes
- ReusableDataReader → DataReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDouble(mybp: Int): Double
extract a double at position bp from buf
extract a double at position bp from buf
- Definition Classes
- ReusableDataReader → DataReader
-
def
getFloat(mybp: Int): Float
extract a float at position bp from buf
extract a float at position bp from buf
- Definition Classes
- ReusableDataReader → DataReader
-
def
getInt(mybp: Int): Int
extract an integer at position bp from buf
extract an integer at position bp from buf
- Definition Classes
- ReusableDataReader → DataReader
-
def
getLong(mybp: Int): Long
extract a long integer at position bp from buf
extract a long integer at position bp from buf
- Definition Classes
- ReusableDataReader → DataReader
-
def
getUTF(mybp: Int, len: Int): String
- Definition Classes
- ReusableDataReader → DataReader
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nextByte: Byte
read a byte
read a byte
- Definition Classes
- ReusableDataReader → DataReader
- Annotations
- @throws( classOf[IndexOutOfBoundsException] )
-
def
nextBytes(len: Int): Array[Byte]
read some bytes
read some bytes
- Definition Classes
- ReusableDataReader → DataReader
-
def
nextChar: Char
read a character
read a character
- Definition Classes
- ReusableDataReader → DataReader
-
def
nextInt: Int
read an integer
read an integer
- Definition Classes
- ReusableDataReader → DataReader
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def reset(file: AbstractFile): ReusableDataReader.this.type
-
def
skip(n: Int): Unit
skip next 'n' bytes
skip next 'n' bytes
- Definition Classes
- ReusableDataReader → DataReader
-
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( ... ) @native()
-
def
→[B](y: B): (ReusableDataReader, B)
- Implicit
- This member is added by an implicit conversion from ReusableDataReader to ArrowAssoc[ReusableDataReader] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.