tagion.dart.BlockFile

Undocumented in source.

Members

Aliases

BlockChain
alias BlockChain = RedBlackTree!(const(BlockSegment*), (a, b) => a.index < b.index)
Undocumented in source.
Index
alias Index = Typedef!(ulong, ulong.init, "BlockIndex")
Undocumented in source.
check
alias check = Check!BlockFileException
Undocumented in source.

Classes

BlockFile
class BlockFile

Block file operation

Functions

fileId
const(basic.FileNames) fileId(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
ftruncate
int ftruncate(int fd, long length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
void truncate(File file, long length)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BLOCK_SIZE
enum BLOCK_SIZE;
Undocumented in source.

Meta