Class: FileRecord

blockstore/records~FileRecord()

File Record

Constructor

new FileRecord()

Create a file record.

Source:

Methods

getSize() → {Number}

Get serialized size of File Record.

Source:
Returns:
Type
Number

(private) read(br)

Inject properties from buffer reader.

Parameters:
Name Type Description
br BufferReader
Source:

write(bw) → {BufferWriter}

Write serialized file record to the buffer writer.

Parameters:
Name Type Description
bw BufferWriter
Source:
Returns:
Type
BufferWriter