<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Vault`](Vault) › [`readBinary`](Vault/readBinary)
## Vault.readBinary() method
Read the content of a binary file stored inside the vault.
0.9.7
**Signature:**
```typescript
readBinary(file: TFile): Promise<ArrayBuffer>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>file</code> | [`TFile`](TFile) | |
**Returns:**
`Promise<``ArrayBuffer``>`