Packages

class Parser extends Object with Readable with Writable

CSV Parser

Annotations
@RawJSType() @native()
Linear Supertypes
Writable, Readable, IEventEmitter, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parser
  2. Writable
  3. Readable
  4. IEventEmitter
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parser(options: ParserOptions)

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 _read: Function0[Any]
    Definition Classes
    Readable
  5. def addListener(eventName: String, listener: Function): Parser.this.type
    Definition Classes
    IEventEmitter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cork(): Unit
    Definition Classes
    Writable
  9. def count: Int

    Internal counter of records being processed.

  10. val domain: String
    Definition Classes
    IEventEmitter
  11. def emit(name: String, args: Any*): Any
    Definition Classes
    IEventEmitter
  12. def end(): Unit
    Definition Classes
    Writable
  13. def end(callback: Function): Unit
    Definition Classes
    Writable
  14. def end(chunk: |[String, Buffer], callback: Function): Unit
    Definition Classes
    Writable
  15. def end(chunk: |[String, Buffer], encoding: String): Unit
    Definition Classes
    Writable
  16. def end(chunk: |[String, Buffer], encoding: String, callback: Function): Unit
    Definition Classes
    Writable
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def getMaxListeners(): Int
    Definition Classes
    IEventEmitter
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPaused(): Boolean
    Definition Classes
    Readable
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. def is_float(expr: |[RegExp, Function]): Boolean

    The regular expression or function used to determine if a value should be cast to a float.

    The regular expression or function used to determine if a value should be cast to a float.

    expr

    the given regular expression or function

    returns

    true, if a value should be cast to a float

  28. def is_int(expr: |[RegExp, Function]): Boolean

    The regular expression or function used to determine if a value should be cast to an integer.

    The regular expression or function used to determine if a value should be cast to an integer.

    expr

    the given regular expression or function

    returns

    true, if a value should be cast to an integer.

  29. def lines: Int

    The number of lines encountered in the source dataset.

  30. def listenerCount(eventName: String): Int
    Definition Classes
    IEventEmitter
  31. def listeners(eventName: String): Array[Function]
    Definition Classes
    IEventEmitter
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. def on(eventName: String, listener: Function): Parser.this.type
    Definition Classes
    IEventEmitter
  36. def once(eventName: String, listener: Function): Parser.this.type
    Definition Classes
    IEventEmitter
  37. val options: ParserOptions
  38. def pause(): Parser.this.type
    Definition Classes
    Readable
  39. def pipe(destination: Writable, options: RawOptions): Parser.this.type
    Definition Classes
    Readable
  40. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  41. def push(value: Any): Parser.this.type
    Definition Classes
    Readable
  42. def read[T](size: Int): T
    Definition Classes
    Readable
  43. def removeAllListeners(): Parser.this.type
    Definition Classes
    IEventEmitter
  44. def removeAllListeners(eventName: String): Parser.this.type
    Definition Classes
    IEventEmitter
  45. def removeListener(eventName: String, listener: Function): Parser.this.type
    Definition Classes
    IEventEmitter
  46. def resume(): Parser.this.type
    Definition Classes
    Readable
  47. def setDefaultEncoding(encoding: String): Parser.this.type
    Definition Classes
    Writable
  48. def setEncoding(encoding: String): Parser.this.type
    Definition Classes
    Readable
  49. def setMaxListeners(n: Int): Parser.this.type
    Definition Classes
    IEventEmitter
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toLocaleString(): String
    Definition Classes
    Object
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def uncork(): Unit
    Definition Classes
    Writable
  54. def unpipe(destination: Writable): Unit
    Definition Classes
    Readable
  55. def unshift(chunk: Any): Unit
    Definition Classes
    Readable
  56. val usingDomains: Boolean
    Definition Classes
    IEventEmitter
  57. def valueOf(): Any
    Definition Classes
    Object
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def wrap(stream: Any): Unit
    Definition Classes
    Readable
  62. def write(chunk: |[String, Buffer], encoding: String): Boolean
    Definition Classes
    Writable
  63. def write(chunk: |[String, Buffer], encoding: String, callback: Function): Boolean
    Definition Classes
    Writable

Inherited from Writable

Inherited from Readable

Inherited from IEventEmitter

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped