trait Stringifier extends Object with Readable with Writable
Allows you to register for events.
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stringifier
- Writable
- Readable
- IEventEmitter
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
_read(size: Int): Unit
- Definition Classes
- Readable
-
val
_read: Function
- Definition Classes
- Readable
-
def
_readableState: ReadableState
- Definition Classes
- Readable
-
def
_write(chunk: Buffer, callback: Function1[Error, Any]): Unit
- Definition Classes
- Writable
-
def
_write(chunk: String, encoding: String, callback: Function1[Error, Any]): Unit
- Definition Classes
- Writable
-
def
_writev(chunks: Array[Chunk], callback: Function1[Error, Any]): Unit
- Definition Classes
- Writable
-
def
addListener(eventName: String, listener: Function): Stringifier.this.type
- Definition Classes
- IEventEmitter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
cork(): Unit
- Definition Classes
- Writable
-
val
domain: String
- Definition Classes
- IEventEmitter
-
def
emit(name: String, args: Any*): Any
- Definition Classes
- IEventEmitter
-
def
end(callback: Function1[Error, Any]): Unit
- Definition Classes
- Writable
-
def
end(chunk: String, encoding: String): Unit
- Definition Classes
- Writable
-
def
end(chunk: String, encoding: String, callback: Function1[Error, Any]): Unit
- Definition Classes
- Writable
-
def
end(chunk: |[String, Buffer]): Unit
- Definition Classes
- Writable
-
def
end(chunk: |[String, Buffer], callback: Function1[Error, Any]): 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
- Annotations
- @native()
-
def
getMaxListeners(): Int
- Definition Classes
- IEventEmitter
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPaused(): Boolean
- Definition Classes
- Readable
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
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
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
on(eventName: String, listener: Function): Stringifier.this.type
- Definition Classes
- IEventEmitter
-
def
once(eventName: String, listener: Function): Stringifier.this.type
- Definition Classes
- IEventEmitter
-
def
pause(): Stringifier.this.type
- Definition Classes
- Readable
-
def
pipe(destination: Writable, options: |[ReadablePipeOptions, RawOptions]): Stringifier.this.type
- Definition Classes
- Readable
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
push(chunk: Buffer): Boolean
- Definition Classes
- Readable
-
def
push(chunk: String, encoding: String): Boolean
- Definition Classes
- Readable
-
def
read[T](size: Int): T
- Definition Classes
- Readable
-
def
removeAllListeners(): Stringifier.this.type
- Definition Classes
- IEventEmitter
-
def
removeAllListeners(eventName: String): Stringifier.this.type
- Definition Classes
- IEventEmitter
-
def
removeListener(eventName: String, listener: Function): Stringifier.this.type
- Definition Classes
- IEventEmitter
-
def
resume(): Stringifier.this.type
- Definition Classes
- Readable
-
def
setDefaultEncoding(encoding: String): Stringifier.this.type
- Definition Classes
- Writable
-
def
setEncoding(encoding: String): Stringifier.this.type
- Definition Classes
- Readable
-
def
setMaxListeners(n: Int): Stringifier.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
- @native() @throws( ... )
-
def
wrap(stream: Any): Unit
- Definition Classes
- Readable
- def write(data: Object): Boolean
- def write(data: Array[_]): Boolean
-
def
write(chunk: |[Buffer, String], encoding: String, callback: Function1[Error, Any]): Boolean
- Definition Classes
- Writable
-
def
write(chunk: |[Buffer, String], encoding: String): Boolean
- Definition Classes
- Writable
-
def
write(chunk: |[Buffer, String], callback: Function1[Error, Any]): Boolean
- Definition Classes
- Writable