Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4504664
buffer.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
418 B
Referenced Files
None
Subscribers
None
buffer.d.ts
View Options
interface
BufferStatic
{
from
(
data
:
string
|
ArrayLike
<
number
>
)
:
Uint8Array
&
BufferMethods
;
alloc
(
size
:
number
)
:
Uint8Array
&
BufferMethods
;
allocUnsafe
(
size
:
number
)
:
Uint8Array
&
BufferMethods
;
}
interface
BufferMethods
{
toString
(
encoding
?:
'utf8'
|
'base64'
|
'hex'
)
:
string
;
toBase64
()
:
string
;
write
(
string
:
string
,
offset?
:
number
,
length?
:
number
)
:
number
;
}
declare
const
Buffer
:
BufferStatic
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:56 AM (1 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
517810
Default Alt Text
buffer.d.ts (418 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment