Returns the current block size. */
| 109 | } |
| 110 | /** Returns the current block size. */ |
| 111 | virtual int getBlockSize() { |
| 112 | return 0; |
| 113 | } |
| 114 | /** Sets the block size of the device, re-opening it if needed. */ |
| 115 | virtual void setBlockSize(int blockSize) {} |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected