@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
8 lines • 395 B
TypeScript
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