final class MarkState extends DataStreamCommonState with Mark
The state that must be saved and restored by mark/reset calls
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MarkState
- Mark
- Poolable
- DataStreamCommonState
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MarkState()
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 assignFrom(other: MarkState): Unit
-
def
assignFrom(other: DataStreamCommonState): Unit
- Definition Classes
- DataStreamCommonState
- var bitLimit0b: MaybeULong
- var bitPos0b: Long
-
def
bytePos0b: Long
- Annotations
- @inline()
- val charIteratorState: InputSourceDataInputStreamCharIteratorState
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
debugging: Boolean
- Definition Classes
- DataStreamCommonState
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- MarkState → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
maybeTrailingSurrogateForUTF8: MaybeChar
- Definition Classes
- DataStreamCommonState
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
poolDebugLabel: String
- Definition Classes
- Poolable
-
def
priorBitOrder: BitOrder
- Definition Classes
- DataStreamCommonState
-
val
priorBitPos: Long
- Definition Classes
- DataStreamCommonState
-
def
resetUTF8SurrogatePairCapture(): Unit
- Definition Classes
- DataStreamCommonState
-
final
def
setPoolDebugLabel(debugLabel: String): Unit
- Definition Classes
- Poolable
-
def
setPriorBitOrder(pbo: BitOrder): Unit
- Definition Classes
- DataStreamCommonState
-
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()