Buckets:
| declare class BigEndian implements ByteOrder { | |
| uint8(data: Uint8Array, offset: number): number; | |
| uint16(data: Uint8Array, offset: number): number; | |
| uint32(data: Uint8Array, offset: number): number; | |
| uint64(data: Uint8Array, offset: number): bigint; | |
| putUint8(target: Uint8Array, value: number, offset: number): void; | |
| putUint16(target: Uint8Array, value: number, offset: number): void; | |
| putUint32(target: Uint8Array, value: number, offset: number): void; | |
| putUint64(target: Uint8Array, value: bigint, offset: number): void; | |
| } | |
| declare class LittleEndian implements ByteOrder { | |
| uint8(data: Uint8Array, offset: number): number; | |
| uint16(data: Uint8Array, offset: number): number; | |
| uint32(data: Uint8Array, offset: number): number; | |
| uint64(data: Uint8Array, offset: number): bigint; | |
| putUint8(target: Uint8Array, value: number, offset: number): void; | |
| putUint16(target: Uint8Array, value: number, offset: number): void; | |
| putUint32(target: Uint8Array, value: number, offset: number): void; | |
| putUint64(target: Uint8Array, value: bigint, offset: number): void; | |
| } | |
| export declare const bigEndian: BigEndian; | |
| export declare const littleEndian: LittleEndian; | |
| export interface ByteOrder { | |
| uint8(data: Uint8Array, offset: number): number; | |
| uint16(data: Uint8Array, offset: number): number; | |
| uint32(data: Uint8Array, offset: number): number; | |
| uint64(data: Uint8Array, offset: number): bigint; | |
| putUint8(target: Uint8Array, value: number, offset: number): void; | |
| putUint16(target: Uint8Array, value: number, offset: number): void; | |
| putUint32(target: Uint8Array, value: number, offset: number): void; | |
| putUint64(target: Uint8Array, value: bigint, offset: number): void; | |
| } | |
| export {}; | |
Xet Storage Details
- Size:
- 1.74 kB
- Xet hash:
- 632ec0436fc4e0c4ac1474d967f9e686b055ea196962d5dd89c4c6e3202ea9b0
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.