Set the list of columns to read. @param include a list of columns to read @return this @since 1.1.0
(boolean[] include)
| 276 | * @since 1.1.0 |
| 277 | */ |
| 278 | public Options include(boolean[] include) { |
| 279 | this.include = include; |
| 280 | return this; |
| 281 | } |
| 282 | |
| 283 | /** |
| 284 | * Set the range of bytes to read |
no outgoing calls