Class

io.scalajs.npm.csvparse

Parser

Related Doc: package csvparse

Permalink

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)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _read(size: Int): Unit

    Permalink
    Definition Classes
    Readable
  5. def _readableState: ReadableState

    Permalink
    Definition Classes
    Readable
  6. def _write(chunk: Buffer, callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  7. def _write(chunk: String, encoding: String, callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  8. def _writev(chunks: Array[Chunk], callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  9. def addListener(eventName: String, listener: Function): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def cork(): Unit

    Permalink
    Definition Classes
    Writable
  13. def count: Int

    Permalink

    Internal counter of records being processed.

  14. var domain: String

    Permalink
    Definition Classes
    IEventEmitter
  15. def emit(name: String, args: Any*): Any

    Permalink
    Definition Classes
    IEventEmitter
  16. def end(): Unit

    Permalink
    Definition Classes
    Writable
  17. def end(callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  18. def end(chunk: String, callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  19. def end(chunk: String, encoding: String): Unit

    Permalink
    Definition Classes
    Writable
  20. def end(chunk: String, encoding: String, callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  21. def end(chunk: Buffer): Unit

    Permalink
    Definition Classes
    Writable
  22. def end(chunk: Buffer, callback: Function1[Error, Any]): Unit

    Permalink
    Definition Classes
    Writable
  23. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getMaxListeners(): Int

    Permalink
    Definition Classes
    IEventEmitter
  28. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  29. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  31. def isPaused(): Boolean

    Permalink
    Definition Classes
    Readable
  32. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  33. def is_float(expr: |[RegExp, Function]): Boolean

    Permalink

    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

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

    Permalink

    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.

  35. def lines: Int

    Permalink

    The number of lines encountered in the source dataset.

  36. def listenerCount(eventName: String): Int

    Permalink
    Definition Classes
    IEventEmitter
  37. def listeners(eventName: String): Array[Function]

    Permalink
    Definition Classes
    IEventEmitter
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def on(eventName: String, listener: Function): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  42. def once(eventName: String, listener: Function): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  43. val options: ParserOptions

    Permalink
  44. def pause(): Parser.this.type

    Permalink
    Definition Classes
    Readable
  45. def pipe(destination: Writable, options: |[ReadablePipeOptions, RawOptions]): Parser.this.type

    Permalink
    Definition Classes
    Readable
  46. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  47. def push(chunk: Buffer): Boolean

    Permalink
    Definition Classes
    Readable
  48. def push(chunk: String, encoding: String): Boolean

    Permalink
    Definition Classes
    Readable
  49. def read[T](size: Int): T

    Permalink
    Definition Classes
    Readable
  50. def removeAllListeners(): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  51. def removeAllListeners(eventName: String): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  52. def removeListener(eventName: String, listener: Function): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  53. def resume(): Parser.this.type

    Permalink
    Definition Classes
    Readable
  54. def setDefaultEncoding(encoding: String): Parser.this.type

    Permalink
    Definition Classes
    Writable
  55. def setEncoding(encoding: String): Parser.this.type

    Permalink
    Definition Classes
    Readable
  56. def setMaxListeners(n: Int): Parser.this.type

    Permalink
    Definition Classes
    IEventEmitter
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def uncork(): Unit

    Permalink
    Definition Classes
    Writable
  61. def unpipe(destination: Writable): Unit

    Permalink
    Definition Classes
    Readable
  62. def unshift(chunk: Any): Unit

    Permalink
    Definition Classes
    Readable
  63. var usingDomains: Boolean

    Permalink
    Definition Classes
    IEventEmitter
  64. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def wrap(stream: Any): Unit

    Permalink
    Definition Classes
    Readable
  69. def write(chunk: |[Buffer, String], encoding: String, callback: Function1[Error, Any]): Boolean

    Permalink
    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