io.gatling.core.util

FastStringWriter

final class FastStringWriter extends Writer

Linear Supertypes
Writer, Flushable, Closeable, AutoCloseable, Appendable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FastStringWriter
  2. Writer
  3. Flushable
  4. Closeable
  5. AutoCloseable
  6. Appendable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FastStringWriter(initialSize: Int = 16)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def append(c: Char): FastStringWriter

    Definition Classes
    FastStringWriter → Writer → Appendable
  7. def append(csq: CharSequence, start: Int, end: Int): FastStringWriter

    Definition Classes
    FastStringWriter → Writer → Appendable
  8. def append(csq: CharSequence): FastStringWriter

    Definition Classes
    FastStringWriter → Writer → Appendable
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

    Definition Classes
    FastStringWriter → Writer → Closeable → AutoCloseable
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

    Definition Classes
    FastStringWriter → Writer → Flushable
  16. def getBuffer: StringBuilder

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    FastStringWriter → AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def write(str: String, off: Int, len: Int): Unit

    Definition Classes
    FastStringWriter → Writer
  29. def write(str: String): Unit

    Definition Classes
    FastStringWriter → Writer
  30. def write(cbuf: Array[Char], off: Int, len: Int): Unit

    Definition Classes
    FastStringWriter → Writer
  31. def write(c: Int): Unit

    Definition Classes
    FastStringWriter → Writer
  32. def write(arg0: Array[Char]): Unit

    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )

Inherited from Writer

Inherited from Flushable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Appendable

Inherited from AnyRef

Inherited from Any

Ungrouped