Static method to generate a byte array corresponding to an empty BTreePage. Used to add new, empty pages to the file. Passing the results of this method to the BTreeInternalPage or BTreeLeafPage constructor will create a BTreePage with no valid entries in it. @return The returned ByteArray.
()
source not stored for this graph (policy: none)
no test coverage detected