@shapediver/sdk.sdtf-core
Version:
Base implementation for all sdTF TypeScript SDKs
6 lines • 386 B
TypeScript
import { ISdtfBuffer } from '../../structure/components/ISdtfBuffer';
import { ISdtfBaseReadableComponent, SdtfReadableBase } from './ISdtfBaseReadableComponent';
export interface ISdtfReadableBuffer extends ISdtfBaseReadableComponent, SdtfReadableBase<ISdtfBuffer> {
getContent(offset: number, length: number): Promise<DataView>;
}
//# sourceMappingURL=ISdtfReadableBuffer.d.ts.map