Documentation / loaders / OgawaData
Class: OgawaData
Defined in: libs/loaders/src/alembic/ogawa.ts:22
A data block inside an Ogawa archive.
Accessors
size
Get Signature
get size():
number
Defined in: libs/loaders/src/alembic/ogawa.ts:36
Total payload size in bytes, including the digest header.
Returns
number
sampleSize
Get Signature
get sampleSize():
number
Defined in: libs/loaders/src/alembic/ogawa.ts:40
Payload size in bytes with the digest header excluded.
Returns
number
Methods
raw()
raw():
Uint8Array<ArrayBufferLike>
Defined in: libs/loaders/src/alembic/ogawa.ts:44
Payload bytes including the digest header.
Returns
Uint8Array<ArrayBufferLike>
sample()
sample():
Uint8Array<ArrayBufferLike>
Defined in: libs/loaders/src/alembic/ogawa.ts:53
Payload bytes with the digest header skipped.
Returns
Uint8Array<ArrayBufferLike>
Remarks
This is the view that array properties should be decoded from.
text()
text():
string
Defined in: libs/loaders/src/alembic/ogawa.ts:58
Decodes the sample payload as UTF-8 text.
Returns
string