class ByteArrayReader extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteArrayReader
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ByteArrayReader(content: Array[Byte])
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 ByteArrayReader to any2stringadd[ByteArrayReader] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ByteArrayReader, B)
- Implicit
- This member is added by an implicit conversion from ByteArrayReader to ArrowAssoc[ByteArrayReader] 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
-
var
bp: Int
the current input pointer
-
val
buf: Array[Byte]
the buffer containing the file
-
def
byteAt(pos: Int): Byte
return byte at offset 'pos'
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (ByteArrayReader) ⇒ Boolean, msg: ⇒ Any): ByteArrayReader
- Implicit
- This member is added by an implicit conversion from ByteArrayReader to Ensuring[ByteArrayReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ByteArrayReader) ⇒ Boolean): ByteArrayReader
- Implicit
- This member is added by an implicit conversion from ByteArrayReader to Ensuring[ByteArrayReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ByteArrayReader
- Implicit
- This member is added by an implicit conversion from ByteArrayReader to Ensuring[ByteArrayReader] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ByteArrayReader
- Implicit
- This member is added by an implicit conversion from ByteArrayReader to Ensuring[ByteArrayReader] 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[java.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 ByteArrayReader to StringFormat[ByteArrayReader] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getChar(bp: Int): Char
extract a character at position bp from buf
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getDouble(bp: Int): Double
extract a double at position bp from buf
-
def
getFloat(bp: Int): Float
extract a float at position bp from buf
-
def
getInt(bp: Int): Int
extract an integer at position bp from buf
-
def
getLong(bp: Int): Long
extract a long integer at position bp from buf
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nextByte: Byte
read a byte
-
def
nextBytes(len: Int): Array[Byte]
read some bytes
-
def
nextChar: Char
read a character
-
def
nextDouble: Double
read a double
-
def
nextFloat: Float
read a float
-
def
nextInt: Int
read an integer
-
def
nextLong: Long
read a long
-
def
nextUTF8(len: Int): String
read an UTF8 encoded string
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
skip(n: Int): Unit
skip next 'n' bytes
-
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( ... )
-
def
→[B](y: B): (ByteArrayReader, B)
- Implicit
- This member is added by an implicit conversion from ByteArrayReader to ArrowAssoc[ByteArrayReader] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc