window.kaolin
Preparing search index...
io
BinaryWriter
Class BinaryWriter
Index
Constructors
constructor
Methods
needs
To
Write
Named
Value
needs
To
Write
Int32
needs
To
Write
Float32
write
Int32
write
Float32
write
Named
Value
needs
To
Write
Value
With
Metadata
_
needs
To
Write
Value
With
Metadata
allocate
write
Value
With
Metadata
get
Buffer
Constructors
constructor
new
BinaryWriter
()
:
BinaryWriter
Returns
BinaryWriter
Methods
needs
To
Write
Named
Value
needsToWriteNamedValue
(
name
:
string
,
value
:
any
)
:
BinaryWriter
Parameters
name
:
string
value
:
any
Returns
BinaryWriter
needs
To
Write
Int32
needsToWriteInt32
()
:
BinaryWriter
Returns
BinaryWriter
needs
To
Write
Float32
needsToWriteFloat32
()
:
BinaryWriter
Returns
BinaryWriter
write
Int32
writeInt32
(
value
:
number
)
:
BinaryWriter
Parameters
value
:
number
Returns
BinaryWriter
write
Float32
writeFloat32
(
value
:
number
)
:
BinaryWriter
Parameters
value
:
number
Returns
BinaryWriter
write
Named
Value
writeNamedValue
(
name
:
string
,
value
:
any
)
:
BinaryWriter
Parameters
name
:
string
value
:
any
Returns
BinaryWriter
needs
To
Write
Value
With
Metadata
needsToWriteValueWithMetadata
(
inputValue
:
any
)
:
BinaryWriter
Parameters
inputValue
:
any
Returns
BinaryWriter
_
needs
To
Write
Value
With
Metadata
_needsToWriteValueWithMetadata
(
inputValue
:
any
,
shape
?:
number
[]
|
Int32Array
<
ArrayBufferLike
>
,
)
:
BinaryWriter
Parameters
inputValue
:
any
shape
:
number
[]
|
Int32Array
<
ArrayBufferLike
>
= null
Returns
BinaryWriter
allocate
allocate
()
:
BinaryWriter
Returns
BinaryWriter
write
Value
With
Metadata
writeValueWithMetadata
(
inputValue
:
any
,
shape
?:
number
[]
|
Int32Array
<
ArrayBufferLike
>
,
)
:
BinaryWriter
Parameters
inputValue
:
any
shape
:
number
[]
|
Int32Array
<
ArrayBufferLike
>
= null
Returns
BinaryWriter
get
Buffer
getBuffer
()
:
ArrayBuffer
Returns
ArrayBuffer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
needs
To
Write
Named
Value
needs
To
Write
Int32
needs
To
Write
Float32
write
Int32
write
Float32
write
Named
Value
needs
To
Write
Value
With
Metadata
_
needs
To
Write
Value
With
Metadata
allocate
write
Value
With
Metadata
get
Buffer
window.kaolin
Loading...