Preparing search index...
The search index is not available
@tarpit/content-type
@tarpit/content-type
ContentReaderService
Class ContentReaderService
Hierarchy
ContentReaderService
Index
Constructors
constructor
Properties
decompressor
deserializer
injector
Methods
deserialize
read
Constructors
constructor
new
Content
Reader
Service
(
injector
,
decompressor
,
deserializer
)
:
ContentReaderService
Parameters
injector
:
Injector
decompressor
:
ContentDecompressorService
deserializer
:
ContentDeserializerService
Returns
ContentReaderService
Properties
Private
decompressor
decompressor
:
ContentDecompressorService
Private
deserializer
deserializer
:
ContentDeserializerService
Private
injector
injector
:
Injector
Methods
deserialize
deserialize
(
content
)
:
Promise
<
any
>
Parameters
content
:
MIMEContent
<
any
>
Returns
Promise
<
any
>
read
read
(
raw
,
options
)
:
Promise
<
MIMEContent
<
any
>
>
Parameters
raw
:
Buffer
|
Readable
options
:
ParseContentOptions
Returns
Promise
<
MIMEContent
<
any
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
src
tools
url-encoding.ts
URLEncoding
services
content-reader.service.ts
ContentReaderService
builtin
common.ts
decode
form.ts
form_deserialize
json.ts
json_deserialize
text.ts
text_deserialize
content-type.module.ts
ContentTypeModule
types.ts
MIMEContent
tokens.ts
decompressor_token
deserializer_token
Generated using
TypeDoc