You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/classes/AacFile.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ ___
152
152
153
153
• `get`**isPossiblyCorrupt**(): `boolean`
154
154
155
-
Indicates whether or not this file may be corrupt. Files with unknown corruptions should not
155
+
Indicates whether this file may be corrupt. Files with unknown corruptions should not
156
156
be written.
157
157
158
158
#### Returns
@@ -169,7 +169,7 @@ ___
169
169
170
170
• `get`**isWritable**(): `boolean`
171
171
172
-
Indicates whether or not tags can be written back to the current file.
172
+
Indicates whether tags can be written back to the current file.
173
173
174
174
#### Returns
175
175
@@ -518,7 +518,7 @@ Error Thrown when: 1) data is falsey, 2) start is not a safe, positive number, o
518
518
| :------ | :------ | :------ | :------ |
519
519
|`data`|[`ByteVector`](ByteVector.md)|`undefined`| Data to insert into the file. |
520
520
|`start`|`number`|`undefined`| Index into the file at which to insert the data. Must be safe positive integer. |
521
-
|`replace`|`number`|`0`| Number of bytes to replace. Typically this is the original size of the data block so that a new block will replace the old one. |
521
+
|`replace`|`number`|`0`| Number of bytes to replace. Typically, this is the original size of the data block so that a new block will replace the old one. |
Copy file name to clipboardexpand all lines: docs/classes/AiffFile.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ ___
181
181
182
182
• `get`**isPossiblyCorrupt**(): `boolean`
183
183
184
-
Indicates whether or not this file may be corrupt. Files with unknown corruptions should not
184
+
Indicates whether this file may be corrupt. Files with unknown corruptions should not
185
185
be written.
186
186
187
187
#### Returns
@@ -198,7 +198,7 @@ ___
198
198
199
199
• `get`**isWritable**(): `boolean`
200
200
201
-
Indicates whether or not tags can be written back to the current file.
201
+
Indicates whether tags can be written back to the current file.
202
202
203
203
#### Returns
204
204
@@ -499,7 +499,7 @@ Error Thrown when: 1) data is falsey, 2) start is not a safe, positive number, o
499
499
| :------ | :------ | :------ | :------ |
500
500
|`data`|[`ByteVector`](ByteVector.md)|`undefined`| Data to insert into the file. |
501
501
|`start`|`number`|`undefined`| Index into the file at which to insert the data. Must be safe positive integer. |
502
-
|`replace`|`number`|`0`| Number of bytes to replace. Typically this is the original size of the data block so that a new block will replace the old one. |
502
+
|`replace`|`number`|`0`| Number of bytes to replace. Typically, this is the original size of the data block so that a new block will replace the old one. |
Copy file name to clipboardexpand all lines: docs/classes/ApeFile.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ ___
155
155
156
156
• `get`**isPossiblyCorrupt**(): `boolean`
157
157
158
-
Indicates whether or not this file may be corrupt. Files with unknown corruptions should not
158
+
Indicates whether this file may be corrupt. Files with unknown corruptions should not
159
159
be written.
160
160
161
161
#### Returns
@@ -172,7 +172,7 @@ ___
172
172
173
173
• `get`**isWritable**(): `boolean`
174
174
175
-
Indicates whether or not tags can be written back to the current file.
175
+
Indicates whether tags can be written back to the current file.
176
176
177
177
#### Returns
178
178
@@ -521,7 +521,7 @@ Error Thrown when: 1) data is falsey, 2) start is not a safe, positive number, o
521
521
| :------ | :------ | :------ | :------ |
522
522
|`data`|[`ByteVector`](ByteVector.md)|`undefined`| Data to insert into the file. |
523
523
|`start`|`number`|`undefined`| Index into the file at which to insert the data. Must be safe positive integer. |
524
-
|`replace`|`number`|`0`| Number of bytes to replace. Typically this is the original size of the data block so that a new block will replace the old one. |
524
+
|`replace`|`number`|`0`| Number of bytes to replace. Typically, this is the original size of the data block so that a new block will replace the old one. |
Copy file name to clipboardexpand all lines: docs/classes/AsfFile.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ ___
129
129
130
130
• `get`**isPossiblyCorrupt**(): `boolean`
131
131
132
-
Indicates whether or not this file may be corrupt. Files with unknown corruptions should not
132
+
Indicates whether this file may be corrupt. Files with unknown corruptions should not
133
133
be written.
134
134
135
135
#### Returns
@@ -146,7 +146,7 @@ ___
146
146
147
147
• `get`**isWritable**(): `boolean`
148
148
149
-
Indicates whether or not tags can be written back to the current file.
149
+
Indicates whether tags can be written back to the current file.
150
150
151
151
#### Returns
152
152
@@ -446,7 +446,7 @@ Error Thrown when: 1) data is falsey, 2) start is not a safe, positive number, o
446
446
| :------ | :------ | :------ | :------ |
447
447
|`data`|[`ByteVector`](ByteVector.md)|`undefined`| Data to insert into the file. |
448
448
|`start`|`number`|`undefined`| Index into the file at which to insert the data. Must be safe positive integer. |
449
-
|`replace`|`number`|`0`| Number of bytes to replace. Typically this is the original size of the data block so that a new block will replace the old one. |
449
+
|`replace`|`number`|`0`| Number of bytes to replace. Typically, this is the original size of the data block so that a new block will replace the old one. |
0 commit comments