final class ReaderCodePointReader extends CodePointReader
- Alphabetic
- By Inheritance
- ReaderCodePointReader
- CodePointReader
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
Closes the stream and releases any system resources associated with it.
Closes the stream and releases any system resources associated with it.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mark(readAheadLimit: Int): Unit
Marks the present position in the stream.
Marks the present position in the stream.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- def markSupported(): Boolean
Tells whether this stream supports the mark() operation.
Tells whether this stream supports the mark() operation.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read(): Int
Reads a single code point.
Reads a single code point.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- def read(buf: Array[Int], off: Int, len: Int): Int
Reads code points into a portion of an array.
Reads code points into a portion of an array.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- def read(target: IntBuffer): Int
Attempts to read characters into the specified int buffer.
Attempts to read characters into the specified int buffer.
- Definition Classes
- CodePointReader
- def read(buf: Array[Int]): Int
Reads code points into an array.
Reads code points into an array.
- Definition Classes
- CodePointReader
- def ready(): Boolean
Tells whether this stream is ready to be read.
Tells whether this stream is ready to be read.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- def reset(): Unit
Resets the stream.
Resets the stream.
- Definition Classes
- ReaderCodePointReader → CodePointReader
- def skip(n: Long): Long
Skips characters.
Skips characters.
- Definition Classes
- CodePointReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])