Packages

object ReaderConfig extends ReaderConfig

Linear Supertypes
ReaderConfig, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReaderConfig
  2. ReaderConfig
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val appendHexDumpToParseException: Boolean
    Definition Classes
    ReaderConfig
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val checkForEndOfInput: Boolean
    Definition Classes
    ReaderConfig
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val hexDumpSize: Int
    Definition Classes
    ReaderConfig
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val maxBufSize: Int
    Definition Classes
    ReaderConfig
  15. val maxCharBufSize: Int
    Definition Classes
    ReaderConfig
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val preferredBufSize: Int
    Definition Classes
    ReaderConfig
  20. val preferredCharBufSize: Int
    Definition Classes
    ReaderConfig
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. val throwReaderExceptionWithStackTrace: Boolean
    Definition Classes
    ReaderConfig
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withAppendHexDumpToParseException(appendHexDumpToParseException: Boolean): ReaderConfig
    Definition Classes
    ReaderConfig
  28. def withCheckForEndOfInput(checkForEndOfInput: Boolean): ReaderConfig
    Definition Classes
    ReaderConfig
  29. def withHexDumpSize(hexDumpSize: Int): ReaderConfig
    Definition Classes
    ReaderConfig
  30. def withMaxBufSize(maxBufSize: Int): ReaderConfig
    Definition Classes
    ReaderConfig
  31. def withMaxCharBufSize(maxCharBufSize: Int): ReaderConfig
    Definition Classes
    ReaderConfig
  32. def withPreferredBufSize(preferredBufSize: Int): ReaderConfig
    Definition Classes
    ReaderConfig
  33. def withPreferredCharBufSize(preferredCharBufSize: Int): ReaderConfig
    Definition Classes
    ReaderConfig
  34. def withThrowReaderExceptionWithStackTrace(throwReaderExceptionWithStackTrace: Boolean): ReaderConfig
    Definition Classes
    ReaderConfig

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ReaderConfig

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped