UNPKG

@shapediver/sdk.sdtf-v1

Version:
8 lines 395 B
import { SdtfBinaryBufferCache } from './SdtfBinaryBufferCache'; export declare class SdtfFileBufferCache extends SdtfBinaryBufferCache { private readonly fileUtils; private readonly basePath; constructor(absolutePath: string); acquireBuffer(relativePath: string | undefined, offset: number, length: number): Promise<DataView>; } //# sourceMappingURL=SdtfFileBufferCache.d.ts.map