class Parser extends Object with Readable with Writable
CSV Parser
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parser
- Writable
- Readable
- IEventEmitter
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Parser(options: ParserOptions)
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
-
val
_read: Function0[Any]
- Definition Classes
- Readable
-
def
addListener(eventName: String, listener: Function): Parser.this.type
- Definition Classes
- IEventEmitter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
close(callback: Function): Unit
- Definition Classes
- Readable
-
def
cork(): Unit
- Definition Classes
- Writable
-
def
count: Int
Internal counter of records being processed.
-
val
domain: String
- Definition Classes
- IEventEmitter
-
def
emit(name: String, args: Any*): Any
- Definition Classes
- IEventEmitter
-
def
end(): Unit
- Definition Classes
- Writable
-
def
end(callback: Function): Unit
- Definition Classes
- Writable
-
def
end(chunk: |[String, Buffer], callback: Function): Unit
- Definition Classes
- Writable
-
def
end(chunk: |[String, Buffer], encoding: String): Unit
- Definition Classes
- Writable
-
def
end(chunk: |[String, Buffer], encoding: String, callback: Function): Unit
- Definition Classes
- Writable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getMaxListeners(): Int
- Definition Classes
- IEventEmitter
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPaused(): Boolean
- Definition Classes
- Readable
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
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
-
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.
-
def
lines: Int
The number of lines encountered in the source dataset.
-
def
listenerCount(eventName: String): Int
- Definition Classes
- IEventEmitter
-
def
listeners(eventName: String): Array[Function]
- Definition Classes
- IEventEmitter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
on(eventName: String, listener: Function): Parser.this.type
- Definition Classes
- IEventEmitter
-
def
once(eventName: String, listener: Function): Parser.this.type
- Definition Classes
- IEventEmitter
- val options: ParserOptions
-
def
pause(): Parser.this.type
- Definition Classes
- Readable
-
def
pipe(destination: Writable, options: RawOptions): Parser.this.type
- Definition Classes
- Readable
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
push(value: Any): Parser.this.type
- Definition Classes
- Readable
-
def
read[T](size: Int): T
- Definition Classes
- Readable
-
def
removeAllListeners(): Parser.this.type
- Definition Classes
- IEventEmitter
-
def
removeAllListeners(eventName: String): Parser.this.type
- Definition Classes
- IEventEmitter
-
def
removeListener(eventName: String, listener: Function): Parser.this.type
- Definition Classes
- IEventEmitter
-
def
resume(): Parser.this.type
- Definition Classes
- Readable
-
def
setDefaultEncoding(encoding: String): Parser.this.type
- Definition Classes
- Writable
-
def
setEncoding(encoding: String): Parser.this.type
- Definition Classes
- Readable
-
def
setMaxListeners(n: Int): Parser.this.type
- Definition Classes
- IEventEmitter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
uncork(): Unit
- Definition Classes
- Writable
-
def
unpipe(destination: Writable): Unit
- Definition Classes
- Readable
-
def
unshift(chunk: Any): Unit
- Definition Classes
- Readable
-
val
usingDomains: Boolean
- Definition Classes
- IEventEmitter
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wrap(stream: Any): Unit
- Definition Classes
- Readable
-
def
write(chunk: |[String, Buffer], encoding: String): Boolean
- Definition Classes
- Writable
-
def
write(chunk: |[String, Buffer], encoding: String, callback: Function): Boolean
- Definition Classes
- Writable