Buckets:
| export declare function compareBytes(a: Uint8Array, b: Uint8Array): boolean; | |
| export declare function concatenateBytes(a: Uint8Array, b: Uint8Array): Uint8Array; | |
| export declare class DynamicBuffer { | |
| private value; | |
| capacity: number; | |
| length: number; | |
| constructor(capacity: number); | |
| write(bytes: Uint8Array): void; | |
| writeByte(byte: number): void; | |
| readInto(target: Uint8Array): void; | |
| bytes(): Uint8Array; | |
| clear(): void; | |
| } | |
Xet Storage Details
- Size:
- 451 Bytes
- Xet hash:
- 8ae3532dfa001c374cabd9902877d0a0ad88f1ab125f0b4f297f8ebc408eca48
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.