Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/codec
Utf8DecodedOutput
Class Utf8DecodedOutput<T>
Type parameters
T
Hierarchy
Output
<
T
>
Utf8DecodedOutput
Index
Constructors
constructor
Properties
c1
c2
c3
error
Mode
have
output
Accessors
settings
Methods
as
Part
bind
clone
debug
display
flush
is
Cont
is
Done
is
Error
is
Full
is
Part
push
trap
with
Settings
write
writeln
create
done
error
full
Constructors
constructor
new
Utf8
Decoded
Output<T>
(
output
:
Output
<
T
>
, errorMode
:
UtfErrorMode
, c1
:
number
, c2
:
number
, c3
:
number
, have
:
number
)
:
Utf8DecodedOutput
<
T
>
Type parameters
T
Parameters
output:
Output
<
T
>
errorMode:
UtfErrorMode
c1:
number
c2:
number
c3:
number
have:
number
Returns
Utf8DecodedOutput
<
T
>
Properties
c1
c1
:
number
c2
c2
:
number
c3
c3
:
number
Readonly
error
Mode
error
Mode
:
UtfErrorMode
have
have
:
number
Readonly
output
output
:
Output
<
T
>
Accessors
settings
get
settings
(
)
:
OutputSettings
Returns
OutputSettings
Methods
as
Part
as
Part
(
part
:
boolean
)
:
Output
<
T
>
Parameters
part:
boolean
Returns
Output
<
T
>
bind
bind
(
)
:
T
Returns
T
clone
clone
(
)
:
Output
<
T
>
Returns
Output
<
T
>
debug
debug
(
object
:
unknown
)
:
Output
<
T
>
Parameters
object:
unknown
Returns
Output
<
T
>
display
display
(
object
:
unknown
)
:
Output
<
T
>
Parameters
object:
unknown
Returns
Output
<
T
>
flush
flush
(
)
:
Output
<
T
>
Returns
Output
<
T
>
is
Cont
is
Cont
(
)
:
boolean
Returns
boolean
is
Done
is
Done
(
)
:
boolean
Returns
boolean
is
Error
is
Error
(
)
:
boolean
Returns
boolean
is
Full
is
Full
(
)
:
boolean
Returns
boolean
is
Part
is
Part
(
)
:
boolean
Returns
boolean
push
push
(
...
tokens
:
number
[]
)
:
void
Parameters
Rest
...
tokens:
number
[]
Returns
void
trap
trap
(
)
:
Error
Returns
Error
with
Settings
with
Settings
(
settings
:
AnyOutputSettings
)
:
Output
<
T
>
Parameters
settings:
AnyOutputSettings
Returns
Output
<
T
>
write
write
(
token
:
string
|
number
)
:
Output
<
T
>
Parameters
token:
string
|
number
Returns
Output
<
T
>
writeln
writeln
(
string
?:
string
)
:
Output
<
T
>
Parameters
Optional
string:
string
Returns
Output
<
T
>
Static
create
create<T>
(
output
:
Output
<
T
>
, errorMode
?:
UtfErrorMode
)
:
Output
<
T
>
Type parameters
T
Parameters
output:
Output
<
T
>
Optional
errorMode:
UtfErrorMode
Returns
Output
<
T
>
Static
done
done
(
)
:
Output
<
never
>
Returns
Output
<
never
>
Static
error
error
(
error
:
Error
)
:
Output
<
never
>
Parameters
error:
Error
Returns
Output
<
never
>
Static
full
full
(
)
:
Output
<
never
>
Returns
Output
<
never
>
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Utf8
Decoded
Output
constructor
c1
c2
c3
error
Mode
have
output
settings
as
Part
bind
clone
debug
display
flush
is
Cont
is
Done
is
Error
is
Full
is
Part
push
trap
with
Settings
write
writeln
create
done
error
full
Generated using
TypeDoc