FileHeaderBlockSearchForBlockSize Method
Looks in the contents of a file for the block size of the file.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static int SearchForBlockSize(
Stream stream
)
Public Shared Function SearchForBlockSize (
stream As Stream
) As Integer
public:
static int SearchForBlockSize(
Stream^ stream
)
SnapDB.IO.FileStructure.FileHeaderBlock.SearchForBlockSize = function(stream);
- stream Stream
- the stream to look
Int32the number of bytes in a block. Always a power of 2.